mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user