Skip to content

Commit

Permalink
Fix for volumio#1903
Browse files Browse the repository at this point in the history
After `pend` the state should switch to `pause`
  • Loading branch information
elektro-wolle committed Oct 1, 2020
1 parent 8492cb1 commit 805cc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/plugins/music_service/airplay_emulation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ AirPlayInterface.prototype.startShairportSyncMeta = function () {
self.obj.albumart = '/albumart';
self.obj.samplerate = '';
self.obj.bitdepth = '';
self.obj.status = 'pause';
self.pushAirplayMeta();
});
};
Expand Down

0 comments on commit 805cc6f

Please sign in to comment.