mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
controlapi/epgsearch: fix fsk output
Origin commit data
------------------
Branch: ni/coolstream
Commit: a262784d38
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: fix fsk output
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1532,7 +1532,7 @@ void CControlAPI::SendFoundEvents(CyhookHandler *hh, bool xml_format)
|
|||||||
}
|
}
|
||||||
if (CEitManager::getInstance()->getEPGid(eventIterator->eventID, eventIterator->startTime, &longepg))
|
if (CEitManager::getInstance()->getEPGid(eventIterator->eventID, eventIterator->startTime, &longepg))
|
||||||
{
|
{
|
||||||
item += hh->outPair("fsk", string_printf("%c", longepg.fsk), true);
|
item += hh->outPair("fsk", string_printf("%u", longepg.fsk), true);
|
||||||
genre = "";
|
genre = "";
|
||||||
#ifdef FULL_CONTENT_CLASSIFICATION
|
#ifdef FULL_CONTENT_CLASSIFICATION
|
||||||
if (!longepg.contentClassification.empty())
|
if (!longepg.contentClassification.empty())
|
||||||
|
Reference in New Issue
Block a user