mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
controlapi/epgsearch: fix display of eventid
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6207d1cff
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: fix display of eventid
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1734,7 +1734,7 @@ void CControlAPI::SendFoundEvents(CyhookHandler *hh, bool xml_format)
|
||||
item += hh->outPair("time", tmpstr, true);
|
||||
item += hh->outPair("duration", string_printf("%d", eventIterator->duration / 60), true);
|
||||
item += hh->outPair("channel_id", string_printf(PRINTF_CHANNEL_ID_TYPE_NO_LEADING_ZEROS, eventIterator->channelID), true);
|
||||
item += hh->outPair("eventid", string_printf("%ld", eventIterator->eventID), false);
|
||||
item += hh->outPair("eventid", string_printf("%llu", eventIterator->eventID), false);
|
||||
|
||||
result += hh->outArrayItem("item", item, got_next);
|
||||
}
|
||||
|
Reference in New Issue
Block a user