Update SeriesContent.tsx

This commit is contained in:
6ip 2026-03-24 04:01:18 +03:00 committed by GitHub
parent 0d55c9c78e
commit 72539e3f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -840,7 +840,7 @@ const SeriesContentComponent: React.FC<SeriesContentProps> = ({
);
}
const = () => {
const renderSeasonSelector = () => {
// Show selector if we have grouped episodes data or can derive from episodes
if (!groupedEpisodes || Object.keys(groupedEpisodes).length <= 1) {
return null;