mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
update new episode creation
This commit is contained in:
parent
c31044c65e
commit
c546f03906
@ -11,5 +11,6 @@
|
||||
<button type="button" is="paper-icon-button-light" class="btnNewCollection autoSize hide"><i class="md-icon">add</i></button>
|
||||
</div>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer itemsContainerWithAlphaPicker"></div>
|
||||
<div class="paging"></div>
|
||||
</div>
|
||||
</div>
|
@ -100,8 +100,6 @@
|
||||
filterButton: false
|
||||
});
|
||||
|
||||
view.querySelector('.paging').innerHTML = pagingHtml;
|
||||
|
||||
updateFilterControls();
|
||||
|
||||
var context = params.context;
|
||||
@ -162,7 +160,7 @@
|
||||
}
|
||||
|
||||
var elem = view.querySelector('#items');
|
||||
elem.innerHTML = html + pagingHtml;
|
||||
elem.innerHTML = html;
|
||||
ImageLoader.lazyChildren(elem);
|
||||
|
||||
var i, length;
|
||||
|
@ -9,7 +9,7 @@
|
||||
<input is="emby-input" type="number" id="txtRemoteClientBitrateLimit" pattern="[0-9]*" min="0" step=".25" label="${LabelRemoteClientBitrateLimit}"/>
|
||||
<div class="fieldDescription">${LabelRemoteClientBitrateLimitHelp}</div>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<div class="selectContainer hide">
|
||||
<select is="emby-select" id="selectChannelResolution" label="${LabelChannelStreamQuality}">
|
||||
<option value="">${OptionBestAvailableStreamQuality}</option>
|
||||
<option value="1920">1080p</option>
|
||||
|
Loading…
Reference in New Issue
Block a user