mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
fix arg handlers and album versions route
This commit is contained in:
@@ -21,7 +21,7 @@ def recent_fav_album_serializer(album: Album) -> dict:
|
||||
"""
|
||||
return {
|
||||
"image": album.image,
|
||||
"title": album.og_title,
|
||||
"title": album.title,
|
||||
"albumhash": album.albumhash,
|
||||
"colors": album.colors,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user