fix:redundant total count

This commit is contained in:
itouakirai
2025-02-09 21:57:17 +08:00
committed by GitHub
parent dccaca5376
commit 3ced2e2e60

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