Skip to content

fix(vidstack): read canPlay signal in html play event#1809

Merged
mihar-22 merged 1 commit into
mainfrom
fix/1780-html-play-canplay-signal
May 25, 2026
Merged

fix(vidstack): read canPlay signal in html play event#1809
mihar-22 merged 1 commit into
mainfrom
fix/1780-html-play-canplay-signal

Conversation

@mihar-22

Copy link
Copy Markdown
Member

Summary

  • Read the canPlay signal in the HTML media play event guard before notifying play.

Fixes #1780

Validation

  • pnpm install --frozen-lockfile (needed because the linked worktree had no node_modules)
  • pnpm --filter vidstack typecheck passed

@mihar-22 mihar-22 changed the title fix: read canPlay signal in html play event fix(vidstack): read canPlay signal in html play event May 25, 2026
@mihar-22 mihar-22 marked this pull request as ready for review May 25, 2026 04:55
@mihar-22 mihar-22 merged commit 89d3c22 into main May 25, 2026
1 check passed
@mihar-22 mihar-22 deleted the fix/1780-html-play-canplay-signal branch May 25, 2026 04:57
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.

Bug: #onPlay accesses canPlay signal as property instead of calling it

1 participant