mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
controlapi/epgsearch: fix title output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4af175c923
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: fix title output
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1525,7 +1525,7 @@ void CControlAPI::SendFoundEvents(CyhookHandler *hh, bool xml_format)
|
||||
if (hh->outType == json || hh->outType == xml)
|
||||
{
|
||||
item += hh->outPair("channelname", NeutrinoAPI->GetServiceName(eventIterator->channelID), true);
|
||||
item += hh->outPair("epgtitle", epg.title, true);
|
||||
item += hh->outPair("epgtitle", hh->outValue(epg.title), true);
|
||||
if (return_epginfo) {
|
||||
item += hh->outPair("info1", hh->outValue(epg.info1), true);
|
||||
item += hh->outPair("info2", hh->outValue(epg.info2), true);
|
||||
|
Reference in New Issue
Block a user