mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update movie guide
This commit is contained in:
parent
ad2a1b493d
commit
9e9251245f
2 changed files with 31 additions and 8 deletions
|
@ -52,8 +52,7 @@
|
|||
limit: query.Limit,
|
||||
totalRecordCount: result.TotalRecordCount,
|
||||
viewButton: true,
|
||||
showLimit: false,
|
||||
addSelectionButton: true
|
||||
showLimit: false
|
||||
});
|
||||
|
||||
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
|
@ -69,6 +68,7 @@
|
|||
showTitle: false,
|
||||
centerText: true,
|
||||
lazy: true,
|
||||
showStartDateIndex: true,
|
||||
overlayText: false,
|
||||
showProgramAirInfo: true
|
||||
});
|
||||
|
@ -79,6 +79,7 @@
|
|||
shape: "portrait",
|
||||
context: 'livetv',
|
||||
showTitle: true,
|
||||
showStartDateIndex: true,
|
||||
lazy: true,
|
||||
cardLayout: true,
|
||||
showProgramAirInfo: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue