From c1bae1d7f39595061c044afa165dd39300c692ff Mon Sep 17 00:00:00 2001 From: tapframe Date: Mon, 1 Sep 2025 17:58:42 +0530 Subject: [PATCH] minor UI changes --- src/components/metadata/SeriesContent.tsx | 22 ++-------------------- src/navigation/AppNavigator.tsx | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/src/components/metadata/SeriesContent.tsx b/src/components/metadata/SeriesContent.tsx index 5a0ccd29..d3efac1f 100644 --- a/src/components/metadata/SeriesContent.tsx +++ b/src/components/metadata/SeriesContent.tsx @@ -457,12 +457,7 @@ export const SeriesContent: React.FC = ({ { backgroundColor: currentTheme.colors.primary } ]} /> )} - {/* Show episode count badge, including when there are no episodes */} - - - {seasonEpisodes.length} ep{seasonEpisodes.length !== 1 ? 's' : ''} - - +