mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make metadata path configurable
This commit is contained in:
parent
3caaa0fbc2
commit
a41f301fe2
16 changed files with 366 additions and 329 deletions
|
@ -38,7 +38,11 @@
|
|||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkManageLiveTv" name="chkManageLiveTv" data-mini="true" />
|
||||
<label for="chkManageLiveTv">Allow scheduling of tv recordings</label>
|
||||
<label for="chkManageLiveTv">Allow management of live tv recordings</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableContentDeletion" name="chkEnableContentDeletion" data-mini="true" />
|
||||
<label for="chkEnableContentDeletion">Allow this user to delete library content</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkEnableRemoteControlOtherUsers" name="chkEnableRemoteControlOtherUsers" data-mini="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue