- audioplayer: remove all covers when playback is stopped or title is changed

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-05-25 00:58:24 +02:00
committed by Thilo Graf
parent cc9032dfc1
commit 4eade1f0f0

View File

@@ -2009,12 +2009,6 @@ void CAudioPlayerGui::stop()
if (CAudioPlayer::getInstance()->getState() != CBaseDec::STOP)
CAudioPlayer::getInstance()->stop();
if (m_stationlogo)
{
unlink(m_cover.c_str());
m_stationlogo = false;
}
cleanupCovers();
if (m_streamripper_active)