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

update video frame analysis setting

This commit is contained in:
Luke Pulverenti 2015-09-20 12:15:25 -04:00
parent c3a34422a5
commit 40fbd79793
2 changed files with 2 additions and 10 deletions

View file

@ -176,12 +176,6 @@
<paper-checkbox class="chkEnableVideoFrameAnalysis">${OptionEnableVideoFrameAnalysis}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${OptionEnableVideoFrameAnalysisHelp}</div>
</div>
<div>
<br />
<paper-input type="number" step="10" min="0" class="txtVideoFrameAnalysisLimit" label="${LabelVideoFrameAnalysisLimit}">
<div suffix>MB</div>
</paper-input>
</div>
<br />
</div>
</div>