1
0
Fork 0
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:
Luke Pulverenti 2014-01-29 15:30:26 -05:00
parent f83b2b662a
commit 24373b5706
6 changed files with 29 additions and 2 deletions

View file

@ -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>