mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-01 07:58:08 +00:00
feat(tv): reorder series page buttons to center season selector
This commit is contained in:
@@ -558,8 +558,6 @@ export const TVSeriesPage: React.FC<TVSeriesPageProps> = ({
|
||||
</Text>
|
||||
</TVFocusableButton>
|
||||
|
||||
<TVFavoriteButton item={item} disabled={isSeasonModalVisible} />
|
||||
|
||||
{seasons.length > 1 && (
|
||||
<TVSeasonButton
|
||||
seasonName={selectedSeasonName}
|
||||
@@ -567,6 +565,8 @@ export const TVSeriesPage: React.FC<TVSeriesPageProps> = ({
|
||||
disabled={isSeasonModalVisible}
|
||||
/>
|
||||
)}
|
||||
|
||||
<TVFavoriteButton item={item} disabled={isSeasonModalVisible} />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user