diff options
author | Aron HK <[email protected]> | 2021-12-12 01:38:31 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-12 01:38:31 +0100 |
commit | 3d3b261f8f759852d8ea0bf34d4dc5a6127928d7 (patch) | |
tree | f45df2ce1914fc51a9e2089d84ac3fcda9860106 | |
parent | 9f9df9479bf6cf0bcdd838cb0433a394a1ec814c (diff) | |
download | SponsorBlock-3d3b261f8f759852d8ea0bf34d4dc5a6127928d7.tar.gz SponsorBlock-3d3b261f8f759852d8ea0bf34d4dc5a6127928d7.zip |
skipNoticeContentContainer().v -> video
Co-authored-by: Ajay Ramachandran <[email protected]>
-rw-r--r-- | src/content.ts | 2 |
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(); } |