Fix typo in Spotify Config (#2481)
authorOzGav <gavnosp@hotmail.com>
Sat, 4 Oct 2025 13:23:56 +0000 (23:23 +1000)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 13:23:56 +0000 (15:23 +0200)
music_assistant/providers/spotify/__init__.py

index eb627bb4f0f5b1078514023dd9eb392b751bcf42..2f8439ab90558a5c346bd0095e996f46d09cf239 100644 (file)
@@ -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 "