mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-01 21:00:25 +00:00
fix(config): enables quoted ; as values in ini files
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
ee51bd9281
commit
c21aee7360
6 changed files with 17 additions and 3 deletions
5
conf/testdata/cfg.ini
vendored
5
conf/testdata/cfg.ini
vendored
|
|
@ -1,6 +1,7 @@
|
|||
[default]
|
||||
MusicFolder = /ini/music
|
||||
UIWelcomeMessage = Welcome ini
|
||||
UIWelcomeMessage = 'Welcome ini' ; Just a comment to test the LoadOptions
|
||||
|
||||
[Tags]
|
||||
Custom.Aliases = ini,test
|
||||
Custom.Aliases = ini,test
|
||||
artist.Split = ";" # Should be able to read ; as a separator
|
||||
Loading…
Add table
Add a link
Reference in a new issue