From a022537c428201b8a53b8e26026705446471b72f Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 26 Oct 2020 16:21:27 +0000 Subject: [PATCH] updated spotify_followed_artists.sh --- spotify_followed_artists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify_followed_artists.sh b/spotify_followed_artists.sh index 805eab19..181e138f 100755 --- a/spotify_followed_artists.sh +++ b/spotify_followed_artists.sh @@ -54,6 +54,6 @@ spotify_token while not_null "$url_path"; do output="$("$srcdir/spotify_api.sh" "$url_path" "$@")" die_if_error_field "$output" - url_path="$(get_next "$output")" + url_path="$(jq -r .artists.next <<< "$output")" output done