Fix skip forward

This commit is contained in:
jeffvli
2022-11-08 03:55:37 -08:00
parent 03278d2624
commit dbba5f9f95
@@ -142,7 +142,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
<PlayerButton <PlayerButton
icon={<RiSpeedFill size={15} />} icon={<RiSpeedFill size={15} />}
tooltip={{ tooltip={{
label: `Skip forwards ${skip?.skipBackwardSeconds} seconds`, label: `Skip forwards ${skip?.skipForwardSeconds} seconds`,
openDelay: 500, openDelay: 500,
}} }}
variant="secondary" variant="secondary"