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(); }