support more dlna resource properties
This commit is contained in:
parent
76f79c27e5
commit
ec163807cf
4 changed files with 16 additions and 8 deletions
|
@ -40,6 +40,11 @@
|
|||
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="txtDownMixAudioBoost">${LabelDownMixAudioScale}</label>
|
||||
<input type="number" id="txtDownMixAudioBoost" pattern="[0-9]*" required="required" min=".5" max="3" step=".1" data-mini="true" />
|
||||
<div class="fieldDescription">${LabelDownMixAudioScaleHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="chkAllowUpscaling" name="chkAllowUpscaling" data-mini="true" />
|
||||
<label for="chkAllowUpscaling">${OptionUpscaling}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue