refactor(Player): declare playbackSpeed in videoState

This commit is contained in:
Tim 2022-10-27 15:22:21 +02:00
parent 595e411e06
commit ba30c5d0bc

View file

@ -52,6 +52,7 @@ const Player = ({ urlParams, queryParams }) => {
buffering: null,
volume: null,
muted: null,
playbackSpeed: null,
audioTracks: [],
selectedAudioTrackId: null,
subtitlesTracks: [],