mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
6ca678547b
Album and playlist enqueues go through usePlayerStore.enqueue() directly, never through hostEnqueueToOrbit, so the tracks never land in state.queue. Our attribution map only covered state.queue entries, so bulk-added rows rendered with no label at all. Fall back to "Added by you" when a track is in the host's player queue but has no state.queue entry — the host added it themselves by definition (pre-session or bulk-add). The guest-side view already had this fallback via base.host in useOrbitHost.ts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>