Skip to content

Commit f5103b4

Browse files
committed
hide 4k releases section
1 parent 2413261 commit f5103b4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/pages/discover/discoverContent.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)