mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Update videoStateProvider.ts
This commit is contained in:
parent
119bafa516
commit
6d95f83c0b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue