From 48de5f719548fc618b9641e84bd5eb6af5330baa Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 6 Feb 2026 07:12:35 -0500 Subject: [PATCH] Use RAOP protocol for Juke Audio devices (#3102) --- music_assistant/providers/airplay/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/music_assistant/providers/airplay/constants.py b/music_assistant/providers/airplay/constants.py index a4d114d6..a3a09aee 100644 --- a/music_assistant/providers/airplay/constants.py +++ b/music_assistant/providers/airplay/constants.py @@ -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", "*"), ) -- 2.34.1