mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
Update SeriesContent.tsx
This commit is contained in:
parent
0d55c9c78e
commit
72539e3f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue