-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Segment at end causes endless loop of playing and pausing #1859
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SponsorBlock correctly skips the segment. But, something about the segment ending when the video ends, causes the video to then play and pause repeatedly until I seek somewhere else in the video.
I'm seeing it on this video: https://www.youtube.com/watch?v=WefPAy2lqrA
The video is
11:09.941
in length. (Checked with<video>.duration
)There's an "Unpaid/Self Promotion" segment from
10:37.207
to11:09.941
.Video of bug
trimmed_output.webm
Versions
Version:
5.4.20
Browser:
Firefox 118.0b9
Didn't find any other issues that sounded like this. The only ones that sounded remotely similar were #1409 and #1240. But, those are more related to looping.
The text was updated successfully, but these errors were encountered: