pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/

hide 4k releases section

Pas f5103b45 24132618

+12 -12
+12 -12
src/pages/discover/discoverContent.tsx
··· 80 80 carousels.push( 81 81 <LazyMediaCarousel 82 82 key="movie-top10" 83 - content={{ type: "top10" }} 83 + content={{ type: "top10", fallback: "popular" }} 84 84 isTVShow={false} 85 85 carouselRefs={carouselRefs} 86 86 onShowDetails={handleShowDetails} ··· 103 103 ); 104 104 105 105 // 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 + // ); 117 117 118 118 // Top Rated 119 119 carousels.push(