fix arg handlers and album versions route

This commit is contained in:
geoffrey45
2023-05-07 14:02:46 +03:00
parent be7fc26fce
commit 45bf7570a3
6 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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,
}