Skip to content

Commit 534f677

Browse files
committed
fix: manually add Director screen name to screensaver until merge upstream
1 parent 9169e06 commit 534f677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function ClockView({ studioId }: Readonly<{ studioId: StudioId }>): JSX.E
4444
<DirectorScreen playlistId={playlist._id} studioId={studioId} />
4545
</RundownTimingProvider>
4646
) : (
47-
<StudioScreenSaver studioId={studioId} ownBackground={true} />
47+
<StudioScreenSaver studioId={studioId} ownBackground={true} screenName={t('Director Screen')} />
4848
)}
4949
</Route>
5050
<Route path="/countdowns/:studioId/overlay">

0 commit comments

Comments
 (0)