feat: select audio

This commit is contained in:
Fredrik Burmester
2024-10-15 08:31:36 +02:00
parent ae963751cf
commit 9e5aa16a7d
2 changed files with 47 additions and 2 deletions

View File

@@ -307,6 +307,7 @@ export default function page() {
offline={false}
setSubtitleTrack={videoRef.current.setSubtitleTrack}
setSubtitleURL={videoRef.current.setSubtitleURL}
setAudioTrack={videoRef.current.setAudioTrack}
stop={videoRef.current.stop}
/>
)}