aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAron HK <[email protected]>2021-12-12 01:38:31 +0100
committerGitHub <[email protected]>2021-12-12 01:38:31 +0100
commit3d3b261f8f759852d8ea0bf34d4dc5a6127928d7 (patch)
treef45df2ce1914fc51a9e2089d84ac3fcda9860106
parent9f9df9479bf6cf0bcdd838cb0433a394a1ec814c (diff)
downloadSponsorBlock-3d3b261f8f759852d8ea0bf34d4dc5a6127928d7.tar.gz
SponsorBlock-3d3b261f8f759852d8ea0bf34d4dc5a6127928d7.zip
skipNoticeContentContainer().v -> video
Co-authored-by: Ajay Ramachandran <[email protected]>
-rw-r--r--src/content.ts2
1 files changed, 1 insertions, 1 deletions
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();
}