Skip to content
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

feat!: remove allowResumeAfterEnded option #354

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

martinstark
Copy link
Collaborator

The filter now handles seeking back into video
after it has ended by default. The event flow
will be different from before, since we want
to treat reaching "ended" as a playback session
ending. Thus, seeking back into the video again
will trigger "loaded" as if a new session was
started.

BREAKING CHANGE:
allowResumeAfterEnded argument removed (this is now the default behaviour)

The filter now handles seeking back into video
after it has ended by default. The event flow
will be different from before, since we want
to treat reaching "ended" as a playback session
ending. Thus, seeking back into the video again
will trigger "loaded" as if a new session was
started.

BREAKING CHANGE:
allowResumeAfterEnded argument removed (this is now
the default behaviour)
Copy link
Collaborator

@bwallberg bwallberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@martinstark martinstark merged commit 5f72f17 into main Sep 2, 2024
2 checks passed
@martinstark martinstark deleted the feat/remove-allow-resume-after-ended branch September 2, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants