supplement mixes using other remote similar albums and artist data

This commit is contained in:
cwilvx
2024-11-01 12:23:41 +03:00
parent eb4c65de83
commit 1fdd5ba4d1
8 changed files with 171 additions and 31 deletions
+1
View File
@@ -38,6 +38,7 @@ def serialize_for_card(album: Album):
"extra",
"id",
"lastplayed",
"weakhash",
}
return album_serializer(album, props_to_remove)