Actions
Bug #5067
closedHTSP channelAdd method returns wrong values
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
HTSP
Target version:
-
Start date:
2018-04-09
Due date:
% Done:
100%
Estimated time:
Found in version:
4.3-1218~ga441514ba
Affected Versions:
Description
When tvheadend sends back the initial data dump after a enableAsyncMetadata message is sent, the values returned in the "channelAdd" message are wrong:
Doc says:
eventId u32 optional ID of the current event on this channel.
nextEventId u32 optional ID of the next event on the channel.
But eventId and nextEventId are always the same event until the next restart of the tvheadend service. So if I don't restart tvheadend daily, the channelAdd method returns the eventId of an event that is one week/one month (or more) old.
Actions