mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add ItemsScrollerContainerElement for ResumableItemsContainer & RecentlyAddedItemsContainer
This commit is contained in:
parent
111cc430db
commit
368a6064c2
5 changed files with 24 additions and 68 deletions
|
@ -43,7 +43,6 @@ const RecommendationContainer: FunctionComponent<RecommendationContainerProps> =
|
|||
useEffect(() => {
|
||||
cardBuilder.buildCards(recommendation.Items || [], {
|
||||
itemsContainer: element.current?.querySelector('.itemsContainer'),
|
||||
parentContainer: element.current,
|
||||
shape: getPortraitShape(),
|
||||
scalable: true,
|
||||
overlayPlayButton: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue