Use RAOP protocol for Juke Audio devices (#3102)
authorJustin Kenyon <kenyonj@github.com>
Fri, 6 Feb 2026 12:12:35 +0000 (07:12 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 12:12:35 +0000 (13:12 +0100)
music_assistant/providers/airplay/constants.py

index a4d114d615ae87365390788edc9cbcc9b50d681d..a3a09aee6fb918ac901fd84924e0d4a8b63d7293 100644 (file)
@@ -88,5 +88,4 @@ AIRPLAY_2_DEFAULT_MODELS = (
     # Models that are known to work better with AirPlay 2 protocol instead of RAOP
     # These use the translated/friendly model names from get_model_info()
     ("Ubiquiti Inc.", "*"),
-    ("Juke Audio", "*"),
 )