updated spotify_playlist_json.sh

pull/2/head
Hari Sekhon 4 years ago
parent d72d9018a8
commit c95270f142

@ -49,6 +49,8 @@ help_usage "$@"
playlist_id="${1:-${SPOTIFY_PLAYLIST:-}}"
shift || :
if [ -z "$playlist_id" ]; then
usage "playlist id not defined"
fi

Loading…
Cancel
Save