nhttpd use epg id to get events

Origin commit data
------------------
Branch: ni/coolstream
Commit: 52f4312aef
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-05-11 (Wed, 11 May 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-05-11 12:52:11 +02:00
parent 1262c43404
commit 8525df611a
3 changed files with 19 additions and 4 deletions

View File

@@ -524,7 +524,9 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
else if (event.eventID)
{
bool has_current_next = true;
CEitManager::getInstance()->getCurrentNextServiceKey(channel->getChannelID(), currentNextInfo);
t_channel_id epg_id = channel->getChannelID();
epg_id = channel->getEpgID();
CEitManager::getInstance()->getCurrentNextServiceKey(epg_id, currentNextInfo);
timestr = timeString(event.startTime);
CShortEPGData epg;