add mv-audio-type mv-max

This commit is contained in:
zhaarey
2025-02-11 19:10:07 +08:00
parent 60942cd286
commit 560a6b45f4
3 changed files with 92 additions and 19 deletions

View File

@@ -34,6 +34,8 @@ type ConfigSet struct {
LimitMax int `yaml:"limit-max"`
UseSongInfoForPlaylist bool `yaml:"use-songinfo-for-playlist"`
DlAlbumcoverForPlaylist bool `yaml:"dl-albumcover-for-playlist"`
MVAudioType string `yaml:"mv-audio-type"`
MVMax int `yaml:"mv-max"`
}
type Counter struct {