From 3d3b261f8f759852d8ea0bf34d4dc5a6127928d7 Mon Sep 17 00:00:00 2001 From: Aron HK Date: Sun, 12 Dec 2021 01:38:31 +0100 Subject: skipNoticeContentContainer().v -> video Co-authored-by: Ajay Ramachandran --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index e4eaedb5..3bca3d8c 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1246,7 +1246,7 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u if (autoSkip && Config.config.audioNotificationOnSkip) { const beep = new Audio(chrome.runtime.getURL("icons/beep.ogg")); - beep.volume = skipNoticeContentContainer().v.volume * 0.1; + beep.volume = video.volume * 0.1; beep.play(); } -- cgit v1.2.3