From: Marcel van der Veldt Date: Fri, 6 Feb 2026 18:26:56 +0000 (+0100) Subject: Remove Sonos ERA from broken AirPlay models X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6676b33ecad751a93a763dd3d3b56f99e52dece1;p=music-assistant-server.git Remove Sonos ERA from broken AirPlay models --- diff --git a/music_assistant/providers/airplay/constants.py b/music_assistant/providers/airplay/constants.py index a3a09aee..e4c77f6c 100644 --- a/music_assistant/providers/airplay/constants.py +++ b/music_assistant/providers/airplay/constants.py @@ -71,15 +71,6 @@ AIRPLAY_PCM_FORMAT = AudioFormat( ) BROKEN_AIRPLAY_MODELS = ( - # A recent fw update of newer gen Sonos speakers have AirPlay issues, - # basically rendering our (both AP2 and RAOP) implementation useless on these devices. - # This list contains the models that are known to have this issue. - # Hopefully the issue won't spread to other models. - ("Sonos", "Era 100"), - ("Sonos", "Era 300"), - ("Sonos", "Move 2"), - ("Sonos", "Roam 2"), - ("Sonos", "Arc Ultra"), # Samsung has been repeatedly being reported as having issues with AirPlay (raop and AP2) ("Samsung", "*"), )