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

support audio sync transcoding

This commit is contained in:
Luke Pulverenti 2015-01-02 00:36:27 -05:00
parent 25a2d421dc
commit ea885c45c9
24 changed files with 151 additions and 149 deletions

View file

@ -42,19 +42,19 @@
<li>
<label for="txtCachePath">${LabelChannelDownloadPath}</label>
<div style="display: inline-block; width: 92%;">
<input type="text" id="txtCachePath" name="txtCachePath" data-mini="true" />
<input type="text" id="txtCachePath" name="txtCachePath" />
</div>
<button id="btnSelectCachePath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
<div class="fieldDescription">${LabelChannelDownloadPathHelp}</div>
</li>
<li>
<label for="txtDownloadSizeLimit">${LabelChannelDownloadSizeLimit}</label>
<input type="number" id="txtDownloadSizeLimit" pattern="[0-9]*" min="0.1" step=".1" data-mini="true" />
<input type="number" id="txtDownloadSizeLimit" pattern="[0-9]*" min="0.1" step=".1" />
<div class="fieldDescription">${LabelChannelDownloadSizeLimitHelpText}</div>
</li>
<li>
<label for="txtDownloadAge">${LabelChannelDownloadAge}</label>
<input type="number" id="txtDownloadAge" pattern="[0-9]*" min="1" data-mini="true" />
<input type="number" id="txtDownloadAge" pattern="[0-9]*" min="1" />
<div class="fieldDescription">${LabelChannelDownloadAgeHelp}</div>
</li>
</ul>