Merge pull request #46 from itouakirai/patch-1

fix:redundant total count
This commit is contained in:
ZHAAREY
2025-02-09 22:16:04 +08:00
committed by GitHub

View File

@@ -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)
}
}