audioplayer: don't paint cover while screensaver

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d34d4ba97
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Origin message was:
------------------
- audioplayer: don't paint cover while screensaver

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-12-29 21:35:50 +01:00
parent 1c25243d9a
commit c36805b321

View File

@@ -2082,7 +2082,8 @@ void CAudioPlayerGui::updateMetaData()
updateLcd = true;
}
paintCover();
if (!m_screensaver)
paintCover();
}
if (CAudioPlayer::getInstance()->hasMetaDataChanged() != 0)
updateLcd = true;