mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
2ab7e15656
commit
9b452f3b53
85 changed files with 421 additions and 505 deletions
|
@ -26,8 +26,9 @@
|
|||
showChildCountIndicator: true,
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
})).createCardMenus();
|
||||
showParentTitle: true,
|
||||
lazy: true
|
||||
})).lazyChildren();
|
||||
|
||||
});
|
||||
|
||||
|
@ -59,9 +60,10 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
defaultAction: 'play'
|
||||
defaultAction: 'play',
|
||||
lazy: true
|
||||
|
||||
})).createCardMenus();
|
||||
})).lazyChildren();
|
||||
|
||||
});
|
||||
|
||||
|
@ -93,9 +95,10 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
defaultAction: 'play'
|
||||
defaultAction: 'play',
|
||||
lazy: true
|
||||
|
||||
})).createCardMenus();
|
||||
})).lazyChildren();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue