diff --git a/src/tv2-common/getSegment.ts b/src/tv2-common/getSegment.ts index 5aaa4d8e..ed3f7ab7 100644 --- a/src/tv2-common/getSegment.ts +++ b/src/tv2-common/getSegment.ts @@ -327,6 +327,8 @@ export async function getSegmentBase )) ) { blueprintParts[0].part.budgetDuration = totalTimeMs + /*NOTE: Set budgetDuration to Segment to new sofie-server*/ + ;(segment as any).budgetDuration = totalTimeMs } if (blueprintParts.every((part) => part.part.invalid) && iNewsStory.cues.length === 0) {