status: playlist: do not try to draw now playing song if player is stopped
This commit is contained in:
@@ -414,9 +414,6 @@ void Status::Changes::playlist(unsigned previous_version)
|
||||
});
|
||||
});
|
||||
|
||||
if (m_player_state == MPD::psStop)
|
||||
drawTitle(myPlaylist->nowPlayingSong());
|
||||
|
||||
myPlaylist->reloadTotalLength();
|
||||
myPlaylist->reloadRemaining();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user