lcd4l: re-enable event logos

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f959d7165
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)

Origin message was:
------------------
- lcd4l: re-enable event logos

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-25 01:12:16 +01:00
parent aeef8cc297
commit 511d0ff5c0

View File

@@ -598,7 +598,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
else
Service = g_RemoteControl->getCurrentChannelName();
g_PicViewer->GetLogoName(parseID, Service, Logo, &dummy, &dummy, true);
g_PicViewer->GetLogoName(parseID, Service, Logo, &dummy, &dummy, true, true);
ChannelNr = CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber();
}
@@ -663,7 +663,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{
if (!g_PicViewer->GetLogoName(CMoviePlayerGui::getInstance().p_movie_info->channelId,
CMoviePlayerGui::getInstance().p_movie_info->channelName,
Logo, &dummy, &dummy, true))
Logo, &dummy, &dummy, true, true))
Logo = ICONSDIR "/" NEUTRINO_ICON_PLAY ICONSEXT;
}
else /* show play-icon */