From 4eade1f0f07c0c45371a18e5269bfcb100cf0753 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 25 May 2018 00:58:24 +0200 Subject: [PATCH] - audioplayer: remove all covers when playback is stopped or title is changed Signed-off-by: Thilo Graf --- src/gui/audioplayer.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index eaab76730..7324f34f4 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -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)