mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
store playcount and duration on the track table
+ allow sorting all items with those two + add methods to update scrobble info
This commit is contained in:
@@ -27,6 +27,7 @@ def serialize_for_card(album: Album):
|
||||
"og_title",
|
||||
"base_title",
|
||||
"genres",
|
||||
"playcount"
|
||||
}
|
||||
|
||||
return album_serializer(album, props_to_remove)
|
||||
|
||||
Reference in New Issue
Block a user