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

update schedules direct page

This commit is contained in:
Luke Pulverenti 2015-07-27 01:03:34 -04:00
parent 1aeb69a26c
commit 2f69a6f07e
10 changed files with 225 additions and 235 deletions

View file

@ -12,7 +12,7 @@
loadNextUp(page, 'home-nextup');
}
function loadNextUp(page, context) {
function loadNextUp(page) {
var limit = AppInfo.hasLowImageBandwidth ?
16 :
@ -48,7 +48,6 @@
showParentTitle: true,
lazy: true,
cardLayout: true,
context: 'tv',
showDetailsMenu: true
});
@ -60,7 +59,6 @@
showTitle: true,
showParentTitle: true,
overlayText: false,
context: context,
lazy: true,
preferThumb: true,
showDetailsMenu: true,