Player: explicitly override Engine arguments

This commit is contained in:
He4eT 2023-05-28 13:26:22 +03:00 committed by Alexey
commit 2fdc39c1f0
2 changed files with 10 additions and 4 deletions

View file

@ -66,6 +66,8 @@ export default function UrlPlayer ({ url, singleWindow }) {
setParts(null)
prepareVM({ url, setStatus, setParts })
return () => setParts(null)
}, [url])
return vmParts