Skip to content

emit SetQueue on track changes (load/next/prev)#3

Open
vitbashy wants to merge 1 commit intoralph:emit-set-queue-eventfrom
vitbashy:emit-set-queue-event
Open

emit SetQueue on track changes (load/next/prev)#3
vitbashy wants to merge 1 commit intoralph:emit-set-queue-eventfrom
vitbashy:emit-set-queue-event

Conversation

@vitbashy
Copy link
Copy Markdown

@vitbashy vitbashy commented Feb 3, 2026

emit SetQueue event when tracks change so queue UI stays in sync

previously, SetQueue was only emitted in handle_next_context() which doesn't cover all track change scenarios. This caused queue counters to show stale data (e.g., staying at "1/15" when skipping to track 2)

this adds emit_set_queue_event() calls to:

  • handle_load() - after context loads
  • handle_next() - after advancing to next track
  • handle_prev() - after going to previous track

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.

1 participant