diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 76d2e35..5f6bcbe 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -52,7 +52,11 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) { }, { title: "FOLX STADL", - videos: videos.filter(video => video.title.includes("FOLX STADL S4")).slice(0, 15) + videos: videos.filter(video => + video.title.includes("FOLX STADL S4") || + video.title.includes("FOLXSTADL_S04") || + video.title.includes("FOLX STADL S4 -") + ).slice(0, 15) }, { title: "GDL VIDEO",