What's Changed
Bug Fixes
-
Fixed "Queue not found" error when tapping to play -- Queue resolution now uses the server's
player_queues/get_active_queueAPI instead of a client-side approximation that only checked sync leader. This properly handles grouped players, active source routing, and protocol player fallbacks. (#50) -
Fixed Add to Queue and Play Next silently replacing the queue -- The play media command was sending the wrong parameter name (
enqueueinstead ofoption), causing the server to ignore the enqueue mode and default to replacing the queue on every play action. Add to Queue and Play Next now work as expected. (#50)
Full Changelog: v2.0.0-Beta4...v2.0.0-Beta5