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

This fixes #8817

Signed-off-by: Brian O'Connell <broconne@gmail.com>
(cherry picked from commit f5bf17875d)
This commit is contained in:
boc-tothefuture 2020-10-24 03:52:26 -04:00 committed by Fabian Wolter
parent 2d93a26d21
commit 4b22109820

View File

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