fix: day tag

This commit is contained in:
itouakirai
2025-02-11 09:29:08 +08:00
parent 61dfea68e1
commit 0a85fe785b
3 changed files with 4 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ import (
"strconv"
"strings"
"github.com/Sorrow446/go-mp4tag"
"github.com/zhaarey/go-mp4tag"
"github.com/spf13/pflag"
"gopkg.in/yaml.v2"
@@ -993,7 +993,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)
}
}