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

recording fixes

This commit is contained in:
Luke Pulverenti 2015-08-17 12:52:56 -04:00
parent 357932766d
commit b6c9eaadcb
20 changed files with 95 additions and 103 deletions

View file

@ -14,12 +14,9 @@
Dashboard.showLoadingMsg();
var context = '';
if (LibraryMenu.getTopParentId()) {
$('.scopedContent', page).show();
context = 'tv';
loadResume(page);
@ -27,10 +24,10 @@
$('.scopedContent', page).hide();
}
loadNextUp(page, context || 'home-nextup');
loadNextUp(page);
}
function loadNextUp(page, context) {
function loadNextUp(page) {
var limit = AppInfo.hasLowImageBandwidth ?
16 :
@ -69,7 +66,6 @@
showParentTitle: true,
lazy: true,
cardLayout: true,
context: 'tv',
showDetailsMenu: true
});
@ -81,7 +77,6 @@
showTitle: true,
showParentTitle: true,
overlayText: false,
context: context,
lazy: true,
preferThumb: true,
showDetailsMenu: true,
@ -150,7 +145,6 @@
showParentTitle: true,
lazy: true,
cardLayout: true,
context: 'tv',
showDetailsMenu: true,
preferThumb: true
});
@ -163,7 +157,6 @@
showTitle: true,
showParentTitle: true,
lazy: true,
context: 'tv',
showDetailsMenu: true,
overlayPlayButton: true,
preferThumb: true,