Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: André <34163393+amtins@users.noreply.github.com>
  • Loading branch information
mister-ben and amtins committed Dec 11, 2023
1 parent e6c541c commit b249c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/mediasession.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const initMediaSession = function() {
ms.playbackState = 'playing';
});

this.on('paused', () => {
this.on('pause', () => {
ms.playbackState = 'paused';
});

Expand Down

0 comments on commit b249c67

Please sign in to comment.