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' : ''} - - +