mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channels
This commit is contained in:
parent
949a67054f
commit
c0918e89de
2 changed files with 5 additions and 118 deletions
|
@ -29,36 +29,6 @@
|
|||
<div class="fieldDescription">${LabelChannelStreamQualityHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="channelDownloading" style="display: none;">
|
||||
|
||||
<div>
|
||||
<label>${LabelEnableChannelContentDownloadingFor}</label>
|
||||
</div>
|
||||
<div class="channelDownloadingList"></div>
|
||||
<div class="fieldDescription">${LabelEnableChannelContentDownloadingForHelp}</div>
|
||||
<br />
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="txtCachePath">${LabelChannelDownloadPath}</label>
|
||||
<div style="display: inline-block; width: 85%;">
|
||||
<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" />
|
||||
<div class="fieldDescription">${LabelChannelDownloadSizeLimitHelpText}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="txtDownloadAge">${LabelChannelDownloadAge}</label>
|
||||
<input type="number" id="txtDownloadAge" pattern="[0-9]*" min="1" />
|
||||
<div class="fieldDescription">${LabelChannelDownloadAgeHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-role="none" class="clearButton">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue