This commit is contained in:
Pas 2025-11-03 22:58:18 -07:00 committed by GitHub
parent 9e1aa5e9a9
commit 7643b719ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ export function PlayerPart(props: PlayerPartProps) {
status === playerStatus.PLAYING ? (
<Player.Captions />
) : null}
<Player.Settings />
<Player.Settings />
{isShifting || isHoldingFullscreen ? (
<Player.Widescreen />
) : (
@ -202,7 +202,7 @@ export function PlayerPart(props: PlayerPartProps) {
<Player.Captions />
</div>
) : null}
<Player.Settings />
<Player.Settings />
</div>
<div>
{status === playerStatus.PLAYING && (