mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
lcd4l: try to fix display of webtv-channels on external lcd
Origin commit data
------------------
Branch: ni/coolstream
Commit: a79dbe6557
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-22 (Wed, 22 Mar 2017)
Origin message was:
------------------
- lcd4l: try to fix display of webtv-channels on external lcd
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -917,7 +917,11 @@ uint64_t CLCD4l::GetParseID()
|
||||
if (m_ModeChannel > 1)
|
||||
ID = g_RemoteControl->subChannels[g_RemoteControl->selected_subchannel].getChannelID();
|
||||
else
|
||||
ID = CZapit::getInstance()->GetCurrentChannelID();
|
||||
{
|
||||
CZapitChannel * channel = CZapit::getInstance()->GetCurrentChannel();
|
||||
if (channel)
|
||||
ID = channel->getEpgID();
|
||||
}
|
||||
}
|
||||
//printf("[CLCD4l] %s: %llx\n", __FUNCTION__, ID);
|
||||
return ID;
|
||||
|
Reference in New Issue
Block a user