We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc615bf commit c7c33c9Copy full SHA for c7c33c9
packages/webui/src/client/ui/ClockView/DirectorScreen.tsx
@@ -453,7 +453,10 @@ function DirectorScreenRender({
453
/>
454
</div>
455
<div className="director-screen__body__part__piece-countdown">
456
- <Timediff time={currentPartOrSegmentCountdown} />
+ <CurrentPartOrSegmentRemaining
457
+ currentPartInstanceId={playlist.currentPartInfo?.partInstanceId ?? null}
458
+ heavyClassName="overtime"
459
+ />{' '}
460
<span className="freeze-counter">
461
<PieceFreezeContainer
462
partInstanceId={currentPartInstance.instance._id}
0 commit comments