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:
parent
1aeb69a26c
commit
2f69a6f07e
10 changed files with 225 additions and 235 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue