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

Commit

Permalink
Hopefully fixes #429
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLG1979 committed Oct 28, 2017
1 parent 054e6f2 commit 367f651
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', state);
this.emit('player-update', this.state);
}));

},
Expand Down

0 comments on commit 367f651

Please sign in to comment.