mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
glcd: add own logo directory
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7be4d13a35
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-10 (Mon, 10 May 2021)
Origin message was:
------------------
- glcd: add own logo directory
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -642,7 +642,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, true);
|
||||
g_PicViewer->GetLogoName(parseID, Service, Logo, &dummy, &dummy, CPictureViewer::LCD4LINUX, true);
|
||||
|
||||
ChannelNr = CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber();
|
||||
}
|
||||
@@ -713,7 +713,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, true))
|
||||
Logo, &dummy, &dummy, CPictureViewer::LCD4LINUX, true))
|
||||
Logo = ICONSDIR "/" NEUTRINO_ICON_PLAY ICONSEXT;
|
||||
}
|
||||
else /* show play-icon */
|
||||
|
Reference in New Issue
Block a user