mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-20 23:47:14 +00:00
move Top Rated section down
This commit is contained in:
parent
401f4bfd53
commit
07ecd38567
1 changed files with 9 additions and 9 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue