Expand PIN based auth in airplay 2 (#3165)
authorhmonteiro <1819451+hmonteiro@users.noreply.github.com>
Sat, 21 Feb 2026 07:27:10 +0000 (07:27 +0000)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 07:27:10 +0000 (08:27 +0100)
commit8a0a4fae71702d04a13635f1c7c771cee3ac32af
treee614675a1ce3f8b8aa5080014ec70dd81b65e024
parent6564a99f6de338298989cbe41f68f3f513a38b18
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
music_assistant/providers/airplay/constants.py
music_assistant/providers/airplay/player.py
tests/providers/airplay/__init__.py [new file with mode: 0644]
tests/providers/airplay/test_player.py [new file with mode: 0644]