music-assistant-server
Branch:dev-lidarr-plugin
Commit Details
Expand PIN based auth in airplay 2 (#3165)
* add LG details * Make pin based auth work in other devices * remove reference to apple tv and macos in check * remove unused constant and adjust airplay2 filter * also apply pairing check to raop * add unit test
Author
hmonteiro<[email protected]>
February 21, 2026 at 07:27 AM UTC
Committer
GitHub<[email protected]>
February 21, 2026 at 07:27 AM UTC
55additions
1deletions
4files changed
Parent commits
Changes
4 files
+55-1
Changed Files (4)
music_assistant/providers/airplay/
tests/providers/airplay/
music_assistant/providers/airplay/constants.py
music_assistant/providers/airplay/player.py
+3-1
tests/providers/airplay/__init__.py
tests/providers/airplay/test_player.py
+52