1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #697 - Support xbmc offline discs

This commit is contained in:
Luke Pulverenti 2014-03-03 00:11:03 -05:00
parent a2a9e6f2a3
commit 8a5c833522
7 changed files with 76 additions and 18 deletions

View file

@ -14,7 +14,7 @@
</div>
<div class="editPageInnerContent">
<h1 style="margin-bottom: 0;">Library List</h1>
<h1 style="margin-bottom: 0;">Reports</h1>
<div style="text-align: center;">
<div class="viewControls">
@ -51,6 +51,7 @@
<th data-priority="1">Release Date</th>
<th data-priority="1">Rating</th>
<th data-priority="1">Runtime</th>
<th data-priority="1" class="thPlayers">Players</th>
<th data-priority="1">Codecs</th>
<th data-priority="1" class="thSubtitles">Subtitles</th>
<th data-priority="1">Features</th>
@ -108,9 +109,15 @@
<strong>Management:</strong>
</legend>
<input class="chkIsLocked" type="checkbox" id="chkIsLocked" data-mini="true">
<label for="chkIsLocked">Locked</label>
<input class="chkMissingOverview" type="checkbox" name="chkMissingOverview" id="chkMissingOverview" data-mini="true">
<label for="chkMissingOverview">Missing Overview</label>
<input class="chkIsUnidentified" type="checkbox" id="chkIsUnidentified" data-mini="true">
<label for="chkIsUnidentified">Unidentified</label>
<input class="chkYearMismatch" type="checkbox" name="chkYearMismatch" id="chkYearMismatch" data-mini="true">
<label for="chkYearMismatch">File/Metadata Years Mismatched</label>