Update videoStateProvider.ts

This commit is contained in:
zisra 2023-04-02 10:01:52 -05:00 committed by GitHub
parent 119bafa516
commit 6d95f83c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ export function createVideoStateProvider(
setPlaybackSpeed(num) {
player.playbackRate = num;
state.mediaPlaying.playbackSpeed = num;
updateMediaPlaying(descriptor, state);
},
providerStart() {
this.setVolume(getStoredVolume());