From 6fb3802fd4d5b5093a22faf817ebb75d523f1d65 Mon Sep 17 00:00:00 2001 From: FlorianZahn Date: Sun, 19 Sep 2021 16:24:37 +0200 Subject: [PATCH] Preview skip-lenth dependant on playbackspeed (#949) * Preview button playback speed dependant Pressing "Preview" will now jump 2 seconds in front of the segment start time, depending on the playback speed. --- src/components/SponsorTimeEditComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 7d922b9e..a4422703 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -380,7 +380,7 @@ class SponsorTimeEditComponent extends React.Component