From 71ca782f68e1d6ca7770d427fc1cff1d503cbadd Mon Sep 17 00:00:00 2001 From: OzGav Date: Sat, 4 Oct 2025 23:23:56 +1000 Subject: [PATCH] Fix typo in Spotify Config (#2481) --- music_assistant/providers/spotify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/spotify/__init__.py b/music_assistant/providers/spotify/__init__.py index eb627bb4..2f8439ab 100644 --- a/music_assistant/providers/spotify/__init__.py +++ b/music_assistant/providers/spotify/__init__.py @@ -178,7 +178,7 @@ async def get_config_entries( ConfigEntry( key=CONF_SYNC_PODCAST_PROGRESS, type=ConfigEntryType.BOOLEAN, - label="Sync Podcast Status from Spotify", + label="Sync Podcast Progress from Spotify", description="Automatically sync episode played status from Spotify to Music Assistant. " "Episodes marked as played in Spotify will be marked as played in MA." "Only enable this if you use both the Spotify app and Music Assistant " -- 2.34.1