mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Fix: segment at the start not skipping
This commit is contained in:
committed by
GitHub
parent
e88de89e0f
commit
942f889360
@@ -561,6 +561,7 @@ async function sponsorsLookup(id: string) {
|
|||||||
|
|
||||||
if (!seekListenerSetUp && !Config.config.disableSkipping) {
|
if (!seekListenerSetUp && !Config.config.disableSkipping) {
|
||||||
seekListenerSetUp = true;
|
seekListenerSetUp = true;
|
||||||
|
switchingVideos = false;
|
||||||
|
|
||||||
video.addEventListener('play', () => {
|
video.addEventListener('play', () => {
|
||||||
switchingVideos = false;
|
switchingVideos = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user