mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added realtime monitor setting
This commit is contained in:
parent
f83b2b662a
commit
24373b5706
6 changed files with 29 additions and 2 deletions
|
@ -16,6 +16,13 @@
|
|||
<form id="librarySettingsForm">
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<input type="checkbox" id="chkEnableRealtimeMonitor" name="chkEnableRealtimeMonitor" />
|
||||
<label for="chkEnableRealtimeMonitor">Enable real time monitoring</label>
|
||||
<div class="fieldDescription">
|
||||
Changes will be processed immediately, on supported file systems.
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkEnableCustomIBNPath" name="chkEnableCustomIBNPath" />
|
||||
<label for="chkEnableCustomIBNPath">Use custom images by name path</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue