mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4l: re-enable event logos
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -630,7 +630,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();
|
||||
}
|
||||
@@ -695,7 +695,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 */
|
||||
|
Reference in New Issue
Block a user