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