skipNoticeContentContainer().v -> video

Co-authored-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
Aron HK 2021-12-12 01:38:31 +01:00 committed by GitHub
parent 9f9df9479b
commit 3d3b261f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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