mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
Add case_sensitive option to config page
This commit is contained in:
parent
ddfea4d23d
commit
bc261933b9
@ -138,6 +138,17 @@
|
||||
<option value="1">Yes</option>
|
||||
</options>
|
||||
</item>
|
||||
<item id="scanning:case_sensitive">
|
||||
<name>Case Sensitive</name>
|
||||
<short_description>
|
||||
Is the filesystem case sensitive?
|
||||
</short_description>
|
||||
<type default_value="1">select</type>
|
||||
<options>
|
||||
<option value="0">No</option>
|
||||
<option value="1">Yes</option>
|
||||
</options>
|
||||
</item>
|
||||
<item id="scanning:ignore_appledouble">
|
||||
<name>Ignore appledouble</name>
|
||||
<short_description>
|
||||
|
Loading…
Reference in New Issue
Block a user