This commit is contained in:
Nicolas Mowen 2024-03-14 15:26:56 -06:00
parent 3689c2a4c3
commit 6d4e946816

View File

@ -271,8 +271,6 @@ class PreviewVideoController extends PreviewController {
return; return;
} }
this.seekCheck = Date.now() / 1000;
if (this.timeToSeek) { if (this.timeToSeek) {
const diff = const diff =
Math.round(this.timeToSeek) - Math.round(this.timeToSeek) -