From d3c1f6fce53103e31624806a00fbbc87a6591510 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 12 Sep 2014 13:38:34 +0200 Subject: [PATCH] status: playlist: do not try to draw now playing song if player is stopped --- src/status.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/status.cpp b/src/status.cpp index 405ee907..5ce4001b 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -414,9 +414,6 @@ void Status::Changes::playlist(unsigned previous_version) }); }); - if (m_player_state == MPD::psStop) - drawTitle(myPlaylist->nowPlayingSong()); - myPlaylist->reloadTotalLength(); myPlaylist->reloadRemaining();