music id match up

This commit is contained in:
Aynakeya
2022-07-02 08:41:31 -07:00
parent 595eebdb1c
commit e0849f0d65
11 changed files with 118 additions and 21 deletions

View File

@@ -10,6 +10,6 @@ func (c *_ProviderConfig) Name() string {
}
var Provider = &_ProviderConfig{
Priority: []string{"local", "netease", "kuwo", "bilibili"},
Priority: []string{"netease", "kuwo", "bilibili"},
LocalDir: "./music",
}