mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
cosmetics: align epg_id notation to channel_id
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4343c2d5da
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-27 (Sat, 27 Apr 2019)
Origin message was:
------------------
- cosmetics: align epg_id notation to channel_id
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -981,10 +981,10 @@ std::string CNeutrinoYParser::func_get_timer_list(CyhookHandler *, std::string
|
||||
}
|
||||
sAddData += ')';
|
||||
}
|
||||
if(timer->epgID!=0)
|
||||
if(timer->epg_id!=0)
|
||||
{
|
||||
CEPGData epgdata;
|
||||
if (CEitManager::getInstance()->getEPGid(timer->epgID, timer->epg_starttime, &epgdata))
|
||||
if (CEitManager::getInstance()->getEPGid(timer->epg_id, timer->epg_starttime, &epgdata))
|
||||
sAddData+="<br/>" + epgdata.title;
|
||||
else
|
||||
sAddData+=std::string("<br/>")+timer->epgTitle;
|
||||
|
Reference in New Issue
Block a user