update changelog

+ minor bugfixes
This commit is contained in:
cwilvx
2025-02-28 20:39:21 +03:00
parent 7aae38ae3b
commit da364d8514
4 changed files with 77 additions and 7 deletions
+3 -1
View File
@@ -313,7 +313,9 @@ class TopResults:
top_result["type"] = "album"
if isinstance(top_result, Artist):
top_result = serialize_for_card(top_result)
top_result = serialize_for_card(
top_result, include={"albumcount", "trackcount"}
)
top_result["type"] = "artist"
return {