mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
refactor references to use new image server
This commit is contained in:
@@ -44,6 +44,9 @@ def get_album_tracks():
|
||||
index = albumslib.find_album(album, artist)
|
||||
album = api.ALBUMS[index]
|
||||
|
||||
album.count = len(songs)
|
||||
album.duration = albumslib.get_album_duration(songs)
|
||||
|
||||
return {"songs": songs, "info": album}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user