mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Enable movie format ribbons
Per-user configuration to enable movie format ribbons
This commit is contained in:
parent
a2336fb26c
commit
55eb408d18
4 changed files with 15 additions and 2 deletions
|
@ -44,6 +44,10 @@
|
|||
<input type="checkbox" id="chkEnableRemoteControlOtherUsers" name="chkEnableRemoteControlOtherUsers" data-mini="true" />
|
||||
<label for="chkEnableRemoteControlOtherUsers">Allow this user to remote control other users</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="chkDisplayMovieFormatRibbons" name="chkDisplayMovieFormatRibbons" data-mini="true" />
|
||||
<label for="chkDisplayMovieFormatRibbons">Display movie format ribbons</label>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
<div id="accessControlDiv" style="display: none" data-role="collapsible">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue