mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update collection page
This commit is contained in:
parent
2bcdb9060a
commit
723d7e4485
1 changed files with 4 additions and 3 deletions
|
@ -257,7 +257,7 @@
|
|||
reloadItems(page);
|
||||
});
|
||||
|
||||
}).on('pagebeforeshowready', "#boxsetsPage", function () {
|
||||
}).on('pageshowready', "#boxsetsPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -273,6 +273,9 @@
|
|||
$('.collectionTabs', page).show();
|
||||
$('.movieTabs', page).hide();
|
||||
query.ParentId = LibraryMenu.getTopParentId();
|
||||
|
||||
// Doing this for now due to reports of the page being empty for AutoBoxSet users
|
||||
query.ParentId = null;
|
||||
}
|
||||
|
||||
var limit = LibraryBrowser.getDefaultPageSize();
|
||||
|
@ -296,8 +299,6 @@
|
|||
}
|
||||
});
|
||||
|
||||
}).on('pageshowready', "#boxsetsPage", function () {
|
||||
|
||||
updateFilterControls(this);
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue