mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-27 10:11:48 +01:00
Update videoStateProvider.ts
This commit is contained in:
parent
119bafa516
commit
6d95f83c0b
@ -231,6 +231,7 @@ export function createVideoStateProvider(
|
||||
setPlaybackSpeed(num) {
|
||||
player.playbackRate = num;
|
||||
state.mediaPlaying.playbackSpeed = num;
|
||||
updateMediaPlaying(descriptor, state);
|
||||
},
|
||||
providerStart() {
|
||||
this.setVolume(getStoredVolume());
|
||||
|
Loading…
Reference in New Issue
Block a user