mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add parsers to clean track titles .ie. remove remaster info
+ use getters to read flags + use the largest limit to get recent favorites + misc
This commit is contained in:
@@ -21,8 +21,9 @@ def recent_fav_album_serializer(album: Album) -> dict:
|
||||
"""
|
||||
return {
|
||||
"image": album.image,
|
||||
"title": album.title,
|
||||
"title": album.og_title,
|
||||
"albumhash": album.albumhash,
|
||||
"colors": album.colors,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user