Fix some things
This commit is contained in:
parent
e6ba414adc
commit
dcabc65190
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ searchTrack() {
|
||||||
downloadAlbum() {
|
downloadAlbum() {
|
||||||
id="$1"
|
id="$1"
|
||||||
count=$(curl -s "https://tidal.401658.xyz/album/?id=$id" | jq -r '.[1].totalNumberOfItems')
|
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=()
|
tracks_ids_list=()
|
||||||
while IFS= read -r list; do
|
while IFS= read -r list; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue