mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
audioplayer/screensaver: refresh screensaver picture when title was changed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 21638a1998
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Origin message was:
------------------
- audioplayer/screensaver: refresh screensaver picture when title was changed
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2210,6 +2210,10 @@ void CAudioPlayerGui::play(unsigned int pos)
|
||||
m_time_total = m_playlist[m_current].MetaData.total_time;
|
||||
m_state = CAudioPlayerGui::PLAY;
|
||||
m_curr_audiofile = m_playlist[m_current];
|
||||
|
||||
if (m_screensaver && g_settings.audioplayer_cover_as_screensaver)
|
||||
CScreenSaver::getInstance()->forceRefresh();
|
||||
|
||||
// Play
|
||||
CAudioPlayer::getInstance()->play(&m_curr_audiofile, g_settings.audioplayer_highprio == 1);
|
||||
|
||||
|
Reference in New Issue
Block a user