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

update tv tabs

This commit is contained in:
Luke Pulverenti 2016-03-18 23:14:53 -04:00
parent 4e3f639990
commit 9a7367fbd2
8 changed files with 16 additions and 36 deletions

View file

@ -33,9 +33,6 @@
renderUpcoming(elem, items);
Dashboard.hideLoadingMsg();
LibraryBrowser.setLastRefreshed(context);
});
}
@ -128,9 +125,7 @@
self.renderTab = function () {
if (LibraryBrowser.needsRefresh(tabContent)) {
loadUpcoming(tabContent, params);
}
loadUpcoming(tabContent, params);
};
};
});