mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 20:18:29 +01:00
wip: subtitles and onVideoLoad stuff
This commit is contained in:
@@ -303,6 +303,12 @@ export default function page() {
|
||||
onVideoProgress={onProgress}
|
||||
progressUpdateInterval={1000}
|
||||
onVideoStateChange={onPlaybackStateChanged}
|
||||
onVideoLoadStart={() => {
|
||||
console.log("onVideoLoadStart");
|
||||
}}
|
||||
onVideoLoadEnd={() => {
|
||||
console.log("onVideoLoadEnd");
|
||||
}}
|
||||
/>
|
||||
</Pressable>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user