mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 17:02:12 +00:00
refactor(Player): declare playbackSpeed in videoState
This commit is contained in:
parent
595e411e06
commit
ba30c5d0bc
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
buffering: null,
|
||||
volume: null,
|
||||
muted: null,
|
||||
playbackSpeed: null,
|
||||
audioTracks: [],
|
||||
selectedAudioTrackId: null,
|
||||
subtitlesTracks: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue