keep season/episode info up to date
This commit is contained in:
parent
40685119d8
commit
5584c5c7e3
1 changed files with 12 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['appStorage', 'jQuery', 'listView'], function (appStorage, $, listView) {
|
||||
define(['jQuery', 'listView'], function ($, listView) {
|
||||
|
||||
var data = {};
|
||||
function getPageData() {
|
||||
|
@ -56,11 +56,7 @@
|
|||
|
||||
});
|
||||
|
||||
var view = getPageData().view;
|
||||
|
||||
if (view == "List") {
|
||||
|
||||
html = listView.getListViewHtml({
|
||||
html += listView.getListViewHtml({
|
||||
items: result.Items,
|
||||
sortBy: query.SortBy,
|
||||
showIndex: false,
|
||||
|
@ -71,7 +67,6 @@
|
|||
dragHandle: true,
|
||||
playlistId: item.Id
|
||||
});
|
||||
}
|
||||
|
||||
var elem = page.querySelector('#childrenContent .itemsContainer');
|
||||
elem.innerHTML = html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue