Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Revert "Hopefully fixes #429"
Browse files Browse the repository at this point in the history
This reverts commit 367f651.
  • Loading branch information
JasonLG1979 committed Oct 29, 2017
1 parent 367f651 commit 10cbcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var MPRISPlayer = new Lang.Class({
this.state.update(state);
if (state.status)
this._onStatusChange(state);
this.emit('player-update', this.state);
this.emit('player-update', state);
}));

},
Expand Down

0 comments on commit 10cbcc7

Please sign in to comment.