From 805cc6f3fc6bbec708447a158a399a0ee7d40749 Mon Sep 17 00:00:00 2001 From: Wolfgang Jung Date: Thu, 1 Oct 2020 02:52:38 +0200 Subject: [PATCH] Fix for #1903 After `pend` the state should switch to `pause` --- app/plugins/music_service/airplay_emulation/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/plugins/music_service/airplay_emulation/index.js b/app/plugins/music_service/airplay_emulation/index.js index 4ceec407e..950abc1dd 100644 --- a/app/plugins/music_service/airplay_emulation/index.js +++ b/app/plugins/music_service/airplay_emulation/index.js @@ -297,6 +297,7 @@ AirPlayInterface.prototype.startShairportSyncMeta = function () { self.obj.albumart = '/albumart'; self.obj.samplerate = ''; self.obj.bitdepth = ''; + self.obj.status = 'pause'; self.pushAirplayMeta(); }); };