mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Restyle Replace nginx with flask server (#50)
This commit is contained in:
@@ -148,7 +148,6 @@ def create_album(track) -> models.Album:
|
||||
"artist": track["albumartist"],
|
||||
}
|
||||
|
||||
|
||||
album_tracks = get_album_tracks(album["album"], album["artist"])
|
||||
|
||||
album["date"] = album_tracks[0]["date"]
|
||||
|
||||
Reference in New Issue
Block a user