From: OzGav Date: Sat, 4 Oct 2025 13:23:56 +0000 (+1000) Subject: Fix typo in Spotify Config (#2481) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=71ca782f68e1d6ca7770d427fc1cff1d503cbadd;p=music-assistant-server.git Fix typo in Spotify Config (#2481) --- 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 "