mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update HeroSection.tsx
This commit is contained in:
parent
c6c27bf86a
commit
02cecaf1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1156,7 +1156,7 @@ const HeroSection: React.FC<HeroSectionProps> = memo(({
|
||||||
|
|
||||||
// Fetch video list from TMDB to get the YouTube video ID
|
// Fetch video list from TMDB to get the YouTube video ID
|
||||||
const videosRes = await fetch(
|
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;
|
if (!alive) return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue