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

sync updates

This commit is contained in:
Luke Pulverenti 2015-01-24 17:33:26 -05:00
parent 543d70fdf6
commit a1a3326761
6 changed files with 31 additions and 15 deletions

View file

@ -232,13 +232,15 @@
if (context == 'movies') {
$('.collectionTabs', page).hide();
$('.movieTabs', page).show();
// TODO: Improve in the future to limit scope
query.ParentId = null;
} else {
$('.collectionTabs', page).show();
$('.movieTabs', page).hide();
query.ParentId = LibraryMenu.getTopParentId();
}
//query.ParentId = LibraryMenu.getTopParentId();
var limit = LibraryBrowser.getDefaultPageSize();
// If the default page size has changed, the start index will have to be reset