mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
nhttpd/tuxboxapi/coolstream/controlapi.cpp: remove CSectionsdClient, use direct call
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b5bc344fb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-16 (Thu, 16 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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