nhttpd/tuxboxapi/coolstream/controlapi.cpp: remove CSectionsdClient, use direct call

Origin commit data
------------------
Commit: 2b5bc344fb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-16 (Thu, 16 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-16 19:53:26 +04:00
parent a58a512496
commit 40e5feab21

View File

@@ -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;
}