Skip to content

fix: emit seek events after accepted playback seeks - #237

Merged
ctoth merged 1 commit into
masterfrom
fix/issue-213-seek-event
Sep 13, 2026
Merged

ctoth merged 1 commit into
masterfrom
fix/issue-213-seek-event

Conversation

@ctoth

@ctoth ctoth commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Emit seek(time) once after an accepted buffer or media-element playback seek. Cover successful and rejected seeks, and document why Sound does not relay a collective seek event.

Closes #213

Validation:

  • npx vitest run src/playback.test.ts src/media-streaming-contract.test.ts (red, then green)
  • npm run build
  • npx vitest run
  • npx biome ci .
  • git diff --check

@ctoth
ctoth force-pushed the fix/issue-213-seek-event branch from b4c05d7 to 22a08e2 Compare September 13, 2026 17:13
@ctoth
ctoth merged commit 07cf3e7 into master Sep 13, 2026
9 checks passed
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.

PlaybackEvents declares a seek event that is never emitted

1 participant