mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- 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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user