File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function DiscoverContent() {
8080 carousels . push (
8181 < LazyMediaCarousel
8282 key = "movie-top10"
83- content = { { type : "top10" } }
83+ content = { { type : "top10" , fallback : "popular" } }
8484 isTVShow = { false }
8585 carouselRefs = { carouselRefs }
8686 onShowDetails = { handleShowDetails }
@@ -103,17 +103,17 @@ export function DiscoverContent() {
103103 ) ;
104104
105105 // 4K Releases
106- carousels . push (
107- < LazyMediaCarousel
108- key = "movie-4k"
109- content = { { type : "latest4k" , fallback : "popular" } }
110- isTVShow = { false }
111- carouselRefs = { carouselRefs }
112- onShowDetails = { handleShowDetails }
113- moreContent
114- priority = { carousels . length < 2 }
115- /> ,
116- ) ;
106+ // carousels.push(
107+ // <LazyMediaCarousel
108+ // key="movie-4k"
109+ // content={{ type: "latest4k", fallback: "popular" }}
110+ // isTVShow={false}
111+ // carouselRefs={carouselRefs}
112+ // onShowDetails={handleShowDetails}
113+ // moreContent
114+ // priority={carousels.length < 2}
115+ // />,
116+ // );
117117
118118 // Top Rated
119119 carousels . push (
You can’t perform that action at this time.
0 commit comments