mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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
|
// epg title
|
||||||
std::string title = timer->epgTitle;
|
std::string title = timer->epgTitle;
|
||||||
if(timer->epgID!=0) {
|
if(timer->epgID!=0) {
|
||||||
CSectionsdClient sdc;
|
|
||||||
CEPGData epgdata;
|
CEPGData epgdata;
|
||||||
if (sdc.getEPGid(timer->epgID, timer->epg_starttime, &epgdata))
|
if (sectionsd_getEPGid(timer->epgID, timer->epg_starttime, &epgdata))
|
||||||
title = epgdata.title;
|
title = epgdata.title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user