Skip to content

Commit

Permalink
[mpd] Update current song on player events (openhab#8818)
Browse files Browse the repository at this point in the history
This fixes openhab#8817

Signed-off-by: Brian O'Connell <broconne@gmail.com>
  • Loading branch information
boc-tothefuture committed Oct 24, 2020
1 parent 18e453c commit baaea5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ private void handleResponseIdle(MPDResponse response) {
switch (line) {
case "player":
updateStatus = true;
updateCurrentSong = true;
break;
case "mixer":
updateStatus = true;
Expand Down

0 comments on commit baaea5f

Please sign in to comment.