projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e1fb7
)
Fix typo (#2499)
author
OzGav
<gavnosp@hotmail.com>
Sun, 12 Oct 2025 12:26:26 +0000
(22:26 +1000)
committer
GitHub
<noreply@github.com>
Sun, 12 Oct 2025 12:26:26 +0000
(14:26 +0200)
music_assistant/controllers/media/albums.py
patch
|
blob
|
history
diff --git
a/music_assistant/controllers/media/albums.py
b/music_assistant/controllers/media/albums.py
index 3d059746783b46a35ccac2718dee10b692e87f43..f71e42e9eaca4d9f8a01e97e44682d44cce23eb5 100644
(file)
--- a/
music_assistant/controllers/media/albums.py
+++ b/
music_assistant/controllers/media/albums.py
@@
-104,7
+104,7
@@
class AlbumsController(MediaControllerBase[Album]):
extra_query: str | None = None,
extra_query_params: dict[str, Any] | None = None,
album_types: list[AlbumType] | None = None,
- ) -> list[A
rtist
]:
+ ) -> list[A
lbum
]:
"""Get in-database albums."""
extra_query_params: dict[str, Any] = extra_query_params or {}
extra_query_parts: list[str] = [extra_query] if extra_query else []