Improve video categorization to show more related content
Update the Netflix grid component to include videos with variations in the "FOLX STADL S4" title, ensuring better content display in the "FOLX STADL" section. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/DVZN4Rp
This commit is contained in:
parent
d4f116f845
commit
0e110cddce
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user