From 21b8f43c9b8435db126d9708c3effa2d17c56bc5 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 28 Aug 2025 11:43:33 +0000 Subject: [PATCH] Improve video recommendations by fetching related videos Update client-side logic to fetch and display recommended videos, excluding the currently playing video. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/nme9hcD --- client/src/pages/VideoPage.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 309cadd..acef545 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -54,16 +54,23 @@ export default function VideoPage() { // Fetch current video const { data: currentVideo, isLoading: videoLoading } = useQuery