WIP: test #8

Draft
loewy wants to merge 61 commits from async-queue-shaka into master
Showing only changes of commit 81e864c0e1 - Show all commits

View File

@@ -254,8 +254,8 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
shakaPlayerRef.current.load(source?.uri).then( shakaPlayerRef.current.load(source?.uri).then(
() => console.log(`${source?.uri} finished loading`) () => console.log(`${source?.uri} finished loading`)
); );
console.log("STarted shaka loading"); console.log("Started shaka loading");
}, [source]) }, [source, nativeRef.current])
useMediaSession(source?.metadata, nativeRef, showNotificationControls); useMediaSession(source?.metadata, nativeRef, showNotificationControls);