diff --git a/src/player.js b/src/player.js index 2ee100d..d797d58 100644 --- a/src/player.js +++ b/src/player.js @@ -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); })); },