move Top Rated section down

This commit is contained in:
Pas 2025-06-02 23:45:28 -06:00
parent 401f4bfd53
commit 07ecd38567

View file

@ -634,15 +634,6 @@ export function DiscoverContent() {
/>
)}
{/* Top Rated */}
<LazyMediaCarousel
category={categories[1].name}
isTVShow={false}
carouselRefs={carouselRefs}
onShowDetails={handleShowDetails}
moreContent
/>
{/* 4K Releases or Popular */}
{isTraktAvailable ? (
<LazyMediaCarousel
@ -663,6 +654,15 @@ export function DiscoverContent() {
/>
)}
{/* Top Rated */}
<LazyMediaCarousel
category={categories[1].name}
isTVShow={false}
carouselRefs={carouselRefs}
onShowDetails={handleShowDetails}
moreContent
/>
{/* Provider Movies */}
<LazyMediaCarousel
medias={providerMovies}