Revised for clarity
authorOzGav <gavnosp@hotmail.com>
Mon, 5 May 2025 14:23:53 +0000 (00:23 +1000)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 14:23:53 +0000 (00:23 +1000)
music_assistant/providers/musiccast/__init__.py

index d998ccb7d8d660ba67cdabef4ad88e0d07e1e3e1..a851e00f4a4ef8f94f434cfa884352d991597e2d 100644 (file)
@@ -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.",