Merge pull request #46 from itouakirai/patch-1
fix:redundant total count
This commit is contained in:
commit
f6e46542b5
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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user