moviebrowser: add missing parameters for movie cover

Origin commit data
------------------
Commit: c011a0378d
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)
This commit is contained in:
2021-12-19 23:12:03 +01:00
committed by vanhofen
parent e90a8e62e0
commit c7d2deb4ba

View File

@@ -1538,8 +1538,7 @@ void CMovieBrowser::initMovieCover(void)
{
if (m_movieCover == NULL)
{
m_movieCover = new CComponentsPicture(0, 0, cover_file, NULL, CC_SHADOW_ON, COL_MENUCONTENTDARK_PLUS_0);
m_movieCover = new CComponentsPicture(0, 0, cover_file, NULL, CC_SHADOW_ON, COL_MENUCONTENTDARK_PLUS_0, 0, COL_SHADOW_PLUS_0, CFrameBuffer::TM_NONE);
m_movieCover->enableFrame(true, 1);
}