load local data
This commit is contained in:
20
src/main.sh
20
src/main.sh
@@ -46,6 +46,26 @@ if [ "${MUSICDIR:-}" ]; then
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "${1:-}" = "--load-local" ]; then
|
||||
load_local
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "${1:-}" = "--list-releases" ]; then
|
||||
list_releases
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "${1:-}" = "--list-releasegroups" ]; then
|
||||
list_releasegroups
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "${1:-}" = "--list-artists" ]; then
|
||||
list_artists
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${1:-}" = "--internal-preview-artist" ]; then
|
||||
|
Reference in New Issue
Block a user