Skip to content

Party shared-control mode is inert: PartyPlaybackCommand is never dispatched #442

Description

@LargeModGames

Describe the bug
IoEvent::PartyPlaybackCommand(sync::PlaybackAction) is declared in src/infra/network/mod.rs, listed in the Spotify-auth bypass gate, and has a full handler, but nothing in the UI or handlers ever dispatches it. So a guest in shared-control mode has no way to send play/pause/skip to the host, and SetPartyControlMode toggles a mode with no observable effect.

To Reproduce
Steps to reproduce the behavior:

  1. Host a listening party and set control mode to shared
  2. Join as a guest from a second instance
  3. Press transport keys (play/pause/skip) as the guest
  4. Nothing is relayed to the host

Expected behavior
Guest transport commands are relayed to the host while shared control is enabled.

Desktop (please complete the following information):

  • OS: all
  • Terminal: any
  • Version: 0.41.0

Additional context
The network plumbing (relay message, host-side handling) appears complete; the missing piece is guest-side dispatch wiring in the party/playbar handlers. Found in a code audit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions