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
icon={<RiSpeedFill size={15} />}
tooltip={{
label: `Skip forwards ${skip?.skipBackwardSeconds} seconds`,
label: `Skip forwards ${skip?.skipForwardSeconds} seconds`,
openDelay: 500,
}}
variant="secondary"