mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework tv tabs
This commit is contained in:
parent
c27e5ffee2
commit
88dc11d90f
19 changed files with 811 additions and 965 deletions
|
@ -77,13 +77,11 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pagebeforeshow', "#tvNextUpPage", function () {
|
||||
window.TvPage.renderLatestTab = function (page, tabContent) {
|
||||
|
||||
var page = this;
|
||||
if (LibraryBrowser.needsRefresh(page)) {
|
||||
loadLatest(page);
|
||||
if (LibraryBrowser.needsRefresh(tabContent)) {
|
||||
loadLatest(tabContent);
|
||||
}
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
})(jQuery, document);
|
Loading…
Add table
Add a link
Reference in a new issue