mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
implement show copyright info on album page
+ rewrite server track and album models to use destructuring
This commit is contained in:
@@ -143,6 +143,7 @@ def create_album(track: models.Track) -> dict:
|
||||
"title": track.album,
|
||||
"artist": track.albumartist,
|
||||
"hash": track.albumhash,
|
||||
"copyright": track.copyright,
|
||||
}
|
||||
|
||||
album["date"] = track.date
|
||||
|
||||
Reference in New Issue
Block a user