add related albums route

This commit is contained in:
mungai-njoroge
2023-07-02 00:11:21 +03:00
parent 95214396e7
commit 6ef3cc3545
3 changed files with 44 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ def serialize_for_card(album: Album):
"albumartist_hashes",
"og_title",
"base_title",
"genres",
}
return album_serializer(album, props_to_remove)