rewrite get favorites to return playable data for cards

This commit is contained in:
mungai-njoroge
2023-12-03 23:30:03 +03:00
parent ddfa7f1b03
commit a007b6e1b7
4 changed files with 22 additions and 59 deletions
-1
View File
@@ -37,7 +37,6 @@ class Track:
trackhash: str
last_mod: str | int
filetype: str = ""
image: str = ""
artist_hashes: str = ""
is_favorite: bool = False