fix(#412): passed missing muted props (#140)

Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent 4266894a1f
commit 9c3391f4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/features/VideoPlayer/index.tsx

@ -51,6 +51,7 @@ export const VideoPlayer = (props: Props) => {
ref={playerRef}
playing={playing}
volume={volume}
muted={muted}
config={playerConfig}
progressInterval={progressCallbackInterval}
onProgress={setProgress}

Loading…
Cancel
Save