From c2cac33c56b8b52513f66c7db69515f23be70f3c Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 6 May 2025 00:18:16 +1000 Subject: [PATCH] typo --- music_assistant/providers/musiccast/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/music_assistant/providers/musiccast/__init__.py b/music_assistant/providers/musiccast/__init__.py index 6473fcdd..d998ccb7 100644 --- a/music_assistant/providers/musiccast/__init__.py +++ b/music_assistant/providers/musiccast/__init__.py @@ -204,10 +204,10 @@ class MusicCast(PlayerProvider): type=ConfigEntryType.STRING, label="Switch to this non-streaming 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.", - " The available sources can be seen when selecting 'Select source' ", - " from the menu in the now playing view.", + description="The zone will switch to this non-streaming source when " + " leaving a group." + " The available sources can be seen when selecting 'Select source' " + " from the menu in the now playing view." " This entry is case sensitive.", ), ConfigEntry( -- 2.34.1