From 1b0bc96c7db567254b1402980601436db1f98052 Mon Sep 17 00:00:00 2001 From: hanyd Date: Mon, 2 Dec 2024 20:45:04 +0800 Subject: [PATCH] Update comments --- src/content.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 1382dec1..9dbf0d69 100644 --- a/src/content.ts +++ b/src/content.ts @@ -2738,7 +2738,6 @@ function hotkeyListener(e: KeyboardEvent): void { * Hot keys to jump to the next or previous frame, for easier segment time editting * only effective when the SubmissionNotice is open * - * Uses 1/30s as the frame rate, as it's the most common frame rate for videos * @param key keydown event */ export async function seekFrameByKeyPressListener(key) {