mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
skipNoticeContentContainer().v -> video
Co-authored-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
@@ -1246,7 +1246,7 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u
|
|||||||
|
|
||||||
if (autoSkip && Config.config.audioNotificationOnSkip) {
|
if (autoSkip && Config.config.audioNotificationOnSkip) {
|
||||||
const beep = new Audio(chrome.runtime.getURL("icons/beep.ogg"));
|
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();
|
beep.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user