mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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)
|
if (CAudioPlayer::getInstance()->getState() != CBaseDec::STOP)
|
||||||
CAudioPlayer::getInstance()->stop();
|
CAudioPlayer::getInstance()->stop();
|
||||||
|
|
||||||
if (m_stationlogo)
|
|
||||||
{
|
|
||||||
unlink(m_cover.c_str());
|
|
||||||
m_stationlogo = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
cleanupCovers();
|
cleanupCovers();
|
||||||
|
|
||||||
if (m_streamripper_active)
|
if (m_streamripper_active)
|
||||||
|
Reference in New Issue
Block a user