mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Merge pull request #539 from SuspiciousActivity/patch-1
Fix: segment at the start not skipping
This commit is contained in:
@@ -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