mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
75dba0b17f
commit
9e6d8b6c98
21 changed files with 257 additions and 96 deletions
|
@ -41,7 +41,8 @@
|
|||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
lazy: true,
|
||||
cardLayout: true
|
||||
centerText: true,
|
||||
overlayPlayButton: true
|
||||
|
||||
});
|
||||
ImageLoader.lazyChildren(elem);
|
||||
|
@ -87,7 +88,8 @@
|
|||
showParentTitle: true,
|
||||
defaultAction: 'play',
|
||||
lazy: true,
|
||||
cardLayout: true
|
||||
centerText: true,
|
||||
overlayMoreButton: true
|
||||
|
||||
});
|
||||
ImageLoader.lazyChildren(itemsContainer);
|
||||
|
@ -131,7 +133,8 @@
|
|||
showParentTitle: true,
|
||||
defaultAction: 'play',
|
||||
lazy: true,
|
||||
cardLayout: true
|
||||
centerText: true,
|
||||
overlayMoreButton: true
|
||||
|
||||
});
|
||||
ImageLoader.lazyChildren(itemsContainer);
|
||||
|
@ -173,7 +176,8 @@
|
|||
defaultAction: 'play',
|
||||
coverImage: true,
|
||||
showItemCounts: true,
|
||||
cardLayout: true
|
||||
centerText: true,
|
||||
overlayMoreButton: true
|
||||
|
||||
});
|
||||
ImageLoader.lazyChildren(itemsContainer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue