controlapi/epgsearch: fix fsk output

Origin commit data
------------------
Commit: a262784d38
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-19 (Fri, 19 Feb 2016)

Origin message was:
------------------
- controlapi/epgsearch: fix fsk output
This commit is contained in:
vanhofen
2016-02-19 09:52:57 +01:00
parent 2da8818e83
commit 2664922851

View File

@@ -1532,7 +1532,7 @@ void CControlAPI::SendFoundEvents(CyhookHandler *hh, bool xml_format)
}
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 = "";
#ifdef FULL_CONTENT_CLASSIFICATION
if (!longepg.contentClassification.empty())