From 6676b33ecad751a93a763dd3d3b56f99e52dece1 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 6 Feb 2026 19:26:56 +0100 Subject: [PATCH] Remove Sonos ERA from broken AirPlay models --- music_assistant/providers/airplay/constants.py | 9 --------- 1 file changed, 9 deletions(-) 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", "*"), ) -- 2.34.1