mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-03 11:36:53 +00:00
fix: Solve the problem of inconsistent configuration file keywords, causing some Option loading failures.
解决配置文件关键字不一致,导致的部分 Option 加载失败。
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user