Merge branch '0.6.x'

This commit is contained in:
Andrzej Rybczak
2015-06-13 21:14:41 +02:00
3 changed files with 15 additions and 3 deletions

View File

@@ -576,7 +576,7 @@ void Status::Changes::elapsedTime(bool update_elapsed)
m_kbps = st.kbps();
}
if (m_player_state == MPD::psStop)
if (m_player_state == MPD::psUnknown || m_player_state == MPD::psStop)
{
if (Statusbar::isUnlocked() && Config.statusbar_visibility)
*wFooter << NC::XY(0, 1) << NC::TermManip::ClearToEOL;