mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add case_sensitive option to config page
This commit is contained in:
@@ -138,6 +138,17 @@
|
|||||||
<option value="1">Yes</option>
|
<option value="1">Yes</option>
|
||||||
</options>
|
</options>
|
||||||
</item>
|
</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">
|
<item id="scanning:ignore_appledouble">
|
||||||
<name>Ignore appledouble</name>
|
<name>Ignore appledouble</name>
|
||||||
<short_description>
|
<short_description>
|
||||||
|
|||||||
Reference in New Issue
Block a user