Skip to content

Commit

Permalink
Merge pull request #46 from itouakirai/patch-1
Browse files Browse the repository at this point in the history
fix:redundant total count
  • Loading branch information
zhaarey authored Feb 9, 2025
2 parents dccaca5 + 3ced2e2 commit f6e4654
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 f6e4654

Please # to comment.