fix: Solve the problem of inconsistent configuration file keywords, causing some Option loading failures.

解决配置文件关键字不一致,导致的部分 Option 加载失败。
This commit is contained in:
real-zony 2021-05-15 17:27:02 +08:00
parent 3990026805
commit ed65790c43

View File

@ -16,7 +16,7 @@
"TagInfoProviderOptions": { "TagInfoProviderOptions": {
"FileNameRegularExpressions": "(?'artist'.+)\\s-\\s(?'name'.+)" "FileNameRegularExpressions": "(?'artist'.+)\\s-\\s(?'name'.+)"
}, },
"LyricDownloader": [ "LyricDownloaderOptions": [
{ {
"Name": "NetEase", "Name": "NetEase",
"Priority": 1 "Priority": 1
@ -29,6 +29,10 @@
"Name": "KuGou", "Name": "KuGou",
"Priority": 3 "Priority": 3
} }
] ],
"LyricOption": {
"IsOneLine": true,
"LineBreak": "\n"
}
} }
} }