diff --git a/components/series/SeasonPicker.tsx b/components/series/SeasonPicker.tsx index adb40bac..d823c6c2 100644 --- a/components/series/SeasonPicker.tsx +++ b/components/series/SeasonPicker.tsx @@ -206,7 +206,7 @@ export const SeasonPicker: React.FC = ({ item, initialSeasonIndex }) => { )) )} - {episodes?.length || 0 > 0 ? ( + {(episodes?.length || 0) === 0 ? ( No episodes for this season