mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more sync movement
This commit is contained in:
parent
ebe849f9b0
commit
a2b7ece263
21 changed files with 128 additions and 85 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
$(document).on('pagebeforeshow', "#tvNextUpPage", function () {
|
||||
|
||||
var screenWidth = $(window).width();
|
||||
var userId = Dashboard.getCurrentUserId();
|
||||
|
||||
var parentId = LibraryMenu.getTopParentId();
|
||||
|
@ -30,7 +29,7 @@
|
|||
showParentTitle: false,
|
||||
showUnplayedIndicator: false,
|
||||
showChildCountIndicator: true,
|
||||
overlayText: screenWidth >= 600,
|
||||
overlayText: true,
|
||||
lazy: true
|
||||
|
||||
})).trigger('create').createCardMenus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue