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

update new episode creation

This commit is contained in:
Luke Pulverenti 2016-08-19 13:43:16 -04:00
parent c31044c65e
commit c546f03906
3 changed files with 3 additions and 4 deletions

View file

@ -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;