mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
fix:redundant total count
This commit is contained in:
1
main.go
1
main.go
@@ -960,7 +960,6 @@ func rip(albumId string, token string, storefront string, mediaUserToken string,
|
||||
continue
|
||||
}
|
||||
if isInArray(selected, trackNum) {
|
||||
counter.Total++
|
||||
downloadTrack(trackNum, trackTotal, meta, track, albumId, token, storefront, mediaUserToken, sanAlbumFolder, Codec, &counter)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user