fix: loading local data

This commit is contained in:
2025-08-23 12:58:22 +02:00
parent 723fa58763
commit deaeb23a92
3 changed files with 40 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ if [ "${MUSICDIR:-}" ]; then
fi
if [ "${1:-}" = "--load-local" ]; then
load_local
load_local || err "Failed to load local data"
exit 0
fi