mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make Height editable on TV Channels
This commit is contained in:
parent
a3552b2d07
commit
2b71524c4f
3 changed files with 15 additions and 0 deletions
|
@ -142,6 +142,10 @@
|
|||
<select is="emby-select" id="selectCustomRating" label="${LabelCustomRating}"></select>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fldHeight" class="inputContainer hide">
|
||||
<input is="emby-input" id="txtHeight" type="number" pattern="[0-9]*" label="${LabelHeight}" />
|
||||
<div class="fieldDescription">${ChannelHeightHelp}</div>
|
||||
</div>
|
||||
<div class="inlineForm">
|
||||
<div id="fldOriginalAspectRatio" class="inputContainer hide">
|
||||
<input is="emby-input" id="txtOriginalAspectRatio" type="text" label="${LabelOriginalAspectRatio}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue