- audioplayer: don't remove station-logo immediately; ...

this allows the usage of station-logo as screensaver

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-05-24 00:54:19 +02:00
committed by Thilo Graf
parent f5754b74f2
commit 3ab66aa9de
2 changed files with 46 additions and 5 deletions

View File

@@ -109,6 +109,8 @@ class CAudioPlayerGui : public CMenuTarget
bool m_select_title_by_name;
bool m_show_playlist;
bool m_playlistHasChanged;
std::string m_cover;
bool m_stationlogo;
CAudioPlayList m_playlist;
CAudioPlayList m_radiolist;