Skip to content

Commit

Permalink
fix:redundant total count
Browse files Browse the repository at this point in the history
  • Loading branch information
itouakirai authored Feb 9, 2025
1 parent dccaca5 commit 3ced2e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 3ced2e2

Please # to comment.