mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-25 22:35:53 +03:00
[PR #76] [MERGED] Preserve original case of maPlayerId parameter #163
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lox-audioserver/lox-audioserver/pull/76
Author: @ds556
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @rudyberends
Base:
fix/update-state-behaviour← Head:fix/player-id-case📝 Commits (1)
9d9409dfix(musicassistant): preserve original case of maPlayerId parameter📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/model/adapters/musicAssistant/state/mapper.ts(+3 -3)📄 Description
It seems the
queue_idin MA is case sensitive and we therefore have to preserve the case of the player/queue ID and only convert to lower case when filtering events (object/player ID comparisons).This fix has been tested locally, though assumes the lower case version is only needed for event filtering. There might be other reasons why it was converted to lower case in the first place.
Fix #70
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.