mirror of
https://github.com/videojs/video.js.git
synced 2025-07-03 00:57:02 +02:00
Apply suggestions from code review
Co-authored-by: André <34163393+amtins@users.noreply.github.com>
This commit is contained in:
@ -122,7 +122,7 @@ export const initMediaSession = function() {
|
|||||||
ms.playbackState = 'playing';
|
ms.playbackState = 'playing';
|
||||||
});
|
});
|
||||||
|
|
||||||
this.on('paused', () => {
|
this.on('pause', () => {
|
||||||
ms.playbackState = 'paused';
|
ms.playbackState = 'paused';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user