mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +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) {
|
||||
seekListenerSetUp = true;
|
||||
switchingVideos = false;
|
||||
|
||||
video.addEventListener('play', () => {
|
||||
switchingVideos = false;
|
||||
|
||||
Reference in New Issue
Block a user