Skip to content

Live edge fix

Vinay Rosenberg requested to merge github/fork/dsparacio/LiveEdgeFix into development

Created by: dsparacio

when trackInfo.useCalculatedLiveEdgeTime = true need to use the actual live edge. Added same code to LiveEdgeWithTimeSynchronizationRule that exists in LiveEdgeBinarySearchRule since we fork based on new live edge logic and never reach the logic in LiveEdgeBinarySearchRule unless the API is used to force binary search.

Merge request reports