From 3ced2e2e606c605e38afee6ade20a6b97caf3006 Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:57:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aredundant=20total=20count?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index d28f757..2da7381 100644 --- a/main.go +++ b/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) } }