From dcabc651909c205234255f4144aed35f9f50b5aa Mon Sep 17 00:00:00 2001 From: Medvidek77 Date: Sat, 15 Feb 2025 00:24:23 +0100 Subject: [PATCH] Fix some things --- src/tidler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tidler b/src/tidler index d45c888..8b1ad75 100755 --- a/src/tidler +++ b/src/tidler @@ -57,7 +57,7 @@ searchTrack() { downloadAlbum() { id="$1" count=$(curl -s "https://tidal.401658.xyz/album/?id=$id" | jq -r '.[1].totalNumberOfItems') - album_tracks_ids=$(curl -s "https://tidal.401658.xyz/album/?id=305546892" | jq -r '.[1].items[] | .item.id') + album_tracks_ids=$(curl -s "https://tidal.401658.xyz/album/?id=$id" | jq -r '.[1].items[] | .item.id') tracks_ids_list=() while IFS= read -r list; do