mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
nhttpd/tuxboxapi/coolstream/controlapi.cpp: remove CSectionsdClient, use direct call
This commit is contained in:
@@ -1883,9 +1883,8 @@ void CControlAPI::SendTimersXML(CyhookHandler *hh)
|
||||
// epg title
|
||||
std::string title = timer->epgTitle;
|
||||
if(timer->epgID!=0) {
|
||||
CSectionsdClient sdc;
|
||||
CEPGData epgdata;
|
||||
if (sdc.getEPGid(timer->epgID, timer->epg_starttime, &epgdata))
|
||||
if (sectionsd_getEPGid(timer->epgID, timer->epg_starttime, &epgdata))
|
||||
title = epgdata.title;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user