Skip to content

Commit c7c33c9

Browse files
committed
wip: part/piece counter should follow the same logic as the rundown part piece counter
1 parent bc615bf commit c7c33c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/webui/src/client/ui/ClockView/DirectorScreen.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,10 @@ function DirectorScreenRender({
453453
/>
454454
</div>
455455
<div className="director-screen__body__part__piece-countdown">
456-
<Timediff time={currentPartOrSegmentCountdown} />
456+
<CurrentPartOrSegmentRemaining
457+
currentPartInstanceId={playlist.currentPartInfo?.partInstanceId ?? null}
458+
heavyClassName="overtime"
459+
/>{' '}
457460
<span className="freeze-counter">
458461
<PieceFreezeContainer
459462
partInstanceId={currentPartInstance.instance._id}

0 commit comments

Comments
 (0)