From c073483d733445373063e0e84e1e6d7a8eb05eb4 Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 6 May 2025 00:12:47 +1000 Subject: [PATCH] line too long --- music_assistant/providers/musiccast/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/music_assistant/providers/musiccast/__init__.py b/music_assistant/providers/musiccast/__init__.py index 6fbde445..6473fcdd 100644 --- a/music_assistant/providers/musiccast/__init__.py +++ b/music_assistant/providers/musiccast/__init__.py @@ -204,7 +204,8 @@ 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. " + 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.", -- 2.34.1