diff --git a/src/components/metadata/HeroSection.tsx b/src/components/metadata/HeroSection.tsx index 32743cc92..f56c9dd39 100644 --- a/src/components/metadata/HeroSection.tsx +++ b/src/components/metadata/HeroSection.tsx @@ -1140,10 +1140,12 @@ const HeroSection: React.FC = memo(({ return; } + setTrailerUrl(null); setTrailerLoading(true); setTrailerError(false); setTrailerReady(false); setTrailerPreloaded(false); + startedOnReadyRef.current = false; // Small delay to avoid blocking the UI render timerId = setTimeout(async () => {