mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
fix: Solve the problem of inconsistent configuration file keywords, causing some Option loading failures.
解决配置文件关键字不一致,导致的部分 Option 加载失败。
This commit is contained in:
parent
3990026805
commit
ed65790c43
@ -16,7 +16,7 @@
|
||||
"TagInfoProviderOptions": {
|
||||
"FileNameRegularExpressions": "(?'artist'.+)\\s-\\s(?'name'.+)"
|
||||
},
|
||||
"LyricDownloader": [
|
||||
"LyricDownloaderOptions": [
|
||||
{
|
||||
"Name": "NetEase",
|
||||
"Priority": 1
|
||||
@ -29,6 +29,10 @@
|
||||
"Name": "KuGou",
|
||||
"Priority": 3
|
||||
}
|
||||
]
|
||||
],
|
||||
"LyricOption": {
|
||||
"IsOneLine": true,
|
||||
"LineBreak": "\n"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user