refactor references to use new image server

This commit is contained in:
geoffrey45
2022-05-04 02:34:27 +03:00
parent f1548aee4b
commit 43fc33640d
11 changed files with 66 additions and 34 deletions
+3
View File
@@ -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}