mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-03 13:50: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": {
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user