From 02cecaf1ac48d7510f8a60691741df300c1a5e91 Mon Sep 17 00:00:00 2001 From: CK <86251706+altCK129@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:54:29 +0530 Subject: [PATCH] Update HeroSection.tsx --- src/components/metadata/HeroSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/metadata/HeroSection.tsx b/src/components/metadata/HeroSection.tsx index 218016c5e..224c737e8 100644 --- a/src/components/metadata/HeroSection.tsx +++ b/src/components/metadata/HeroSection.tsx @@ -1156,7 +1156,7 @@ const HeroSection: React.FC = memo(({ // Fetch video list from TMDB to get the YouTube video ID const videosRes = await fetch( - `https://api.themoviedb.org/3/${contentType}/${resolvedTmdbId}/videos?api_key=d131017ccc6e5462a81c9304d21476de&language=en-US` + `https://api.themoviedb.org/3/${contentType}/${resolvedTmdbId}/videos?api_key=${tmdbApiKey}` ); if (!alive) return;