From b5f65da7225c81c4727ca4dc5ea0b3cee570be1b Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 6 May 2025 00:23:53 +1000 Subject: [PATCH] Revised for clarity --- music_assistant/providers/musiccast/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/music_assistant/providers/musiccast/__init__.py b/music_assistant/providers/musiccast/__init__.py index d998ccb7..a851e00f 100644 --- a/music_assistant/providers/musiccast/__init__.py +++ b/music_assistant/providers/musiccast/__init__.py @@ -202,10 +202,11 @@ class MusicCast(PlayerProvider): ConfigEntry( key=CONF_PLAYER_SWITCH_SOURCE_NON_NET, type=ConfigEntryType.STRING, - label="Switch to this non-streaming source when leaving a group.", + label="Switch to this non-net source when leaving a group.", default_value=PLAYER_MAP_ZONE_SWITCH[zone_player.zone_name], - description="The zone will switch to this non-streaming source when " - " leaving a group." + description="The zone will switch to this source when " + " leaving a group. The source must be one which does not require " + " a network connection. " " The available sources can be seen when selecting 'Select source' " " from the menu in the now playing view." " This entry is case sensitive.", -- 2.34.1