mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
add scanning/follow_symlinks option to close ticket #194
This commit is contained in:
@@ -182,6 +182,17 @@
|
||||
<option value="1">Yes</option>
|
||||
</options>
|
||||
</item>
|
||||
<item id="scanning:follow_symlinks">
|
||||
<name>Follow Symlinks</name>
|
||||
<short_description>
|
||||
Should symlinks be followed when scanning directories?
|
||||
</short_description>
|
||||
<type default_value="1">select</type>
|
||||
<options>
|
||||
<option value="0">No</option>
|
||||
<option value="1">Yes</option>
|
||||
</options>
|
||||
</item>
|
||||
</section>
|
||||
<section name="Database">
|
||||
<item id="general:db_type" advanced="true" restart="true">
|
||||
|
||||
Reference in New Issue
Block a user