[mpd] Update current song on player events (#8818)

This fixes #8817

Signed-off-by: Brian O'Connell <broconne@gmail.com>
This commit is contained in:
boc-tothefuture
2020-10-24 03:52:26 -04:00
committed by GitHub
parent d960199e8f
commit f5bf17875d

View File

@@ -193,6 +193,7 @@ public class MPDConnection implements MPDResponseListener {
switch (line) {
case "player":
updateStatus = true;
updateCurrentSong = true;
break;
case "mixer":
updateStatus = true;