mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added 3D filter to movies page
This commit is contained in:
parent
1613e7f451
commit
c2c3297614
5 changed files with 15 additions and 3 deletions
|
@ -112,6 +112,9 @@
|
|||
|
||||
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-theme="c" data-filter="Iso">
|
||||
<label for="chkIso">Iso</label>
|
||||
|
||||
<input class="chk3DFilter" type="checkbox" name="chk3D" id="chk3D" data-theme="c" data-filter="Digital3D,Sbs3D">
|
||||
<label for="chk3D">3D</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue