Update __init__.py
authorJonathan <jonathan@bangert.dk>
Fri, 21 Jul 2023 15:55:57 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 15:55:57 +0000 (17:55 +0200)
music_assistant/server/providers/deezer/__init__.py

index 5e1c19a53c845ff195c32a3113b2e5c71aee37fb..e0e8cb265fef9a7ee8fd6c562c010d30222ae694 100644 (file)
@@ -216,7 +216,7 @@ class DeezerProvider(MusicProvider):  # pylint: disable=W0223
             yield self.parse_artist(artist=artist)
 
     async def get_library_albums(self) -> AsyncGenerator[Album, None]:
-        """Retrieve all library albums from Deezer."""available_countries
+        """Retrieve all library albums from Deezer."""
         for album in await self.client.get_user_albums():
             yield self.parse_album(album=album)