diff --git a/src/Video.web.tsx b/src/Video.web.tsx index 26165da7..0d96ae2b 100644 --- a/src/Video.web.tsx +++ b/src/Video.web.tsx @@ -254,8 +254,8 @@ const Video = forwardRef( shakaPlayerRef.current.load(source?.uri).then( () => console.log(`${source?.uri} finished loading`) ); - console.log("STarted shaka loading"); - }, [source]) + console.log("Started shaka loading"); + }, [source, nativeRef.current]) useMediaSession(source?.metadata, nativeRef, showNotificationControls);