From b21b6edb0c34ec711f204fcf888c1160037077d4 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 6 Feb 2022 13:39:37 -0500 Subject: [PATCH] semicolon --- src/content.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content.ts b/src/content.ts index 6027b5f0..19ea7e2e 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1277,10 +1277,10 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u const oldMetadata = navigator.mediaSession.metadata beep.play(); beep.addEventListener("ended", () => { - navigator.mediaSession.metadata = null + navigator.mediaSession.metadata = null; setTimeout(() => navigator.mediaSession.metadata = oldMetadata - ) + ); }) } @@ -2045,4 +2045,4 @@ function checkForPreloadedSegment() { } } } -} \ No newline at end of file +}