updated spotify_followed_artists.sh

pull/2/head
Hari Sekhon 4 years ago
parent b937bc25da
commit a022537c42

@ -54,6 +54,6 @@ spotify_token
while not_null "$url_path"; do while not_null "$url_path"; do
output="$("$srcdir/spotify_api.sh" "$url_path" "$@")" output="$("$srcdir/spotify_api.sh" "$url_path" "$@")"
die_if_error_field "$output" die_if_error_field "$output"
url_path="$(get_next "$output")" url_path="$(jq -r .artists.next <<< "$output")"
output output
done done

Loading…
Cancel
Save