Remove Sonos ERA from broken AirPlay models
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 6 Feb 2026 18:26:56 +0000 (19:26 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 6 Feb 2026 18:26:56 +0000 (19:26 +0100)
music_assistant/providers/airplay/constants.py

index a3a09aee6fb918ac901fd84924e0d4a8b63d7293..e4c77f6c05fb7afab1289d2020a400a826c5a0da 100644 (file)
@@ -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", "*"),
 )