You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the duration of the events is calculated by the following formula: published date - update date. This leads to incorrect values.
This duration is returned from the server and is much more accurate. When parsing events, use eventObject['content']['media_duration'] to get the event duration.
Currently, the duration of the events is calculated by the following formula:
published date - update date
. This leads to incorrect values.This duration is returned from the server and is much more accurate. When parsing events, use
eventObject['content']['media_duration']
to get the event duration.Additional context
bluecherrydvr/bluecherry-apps#712 (comment)
The text was updated successfully, but these errors were encountered: