more refactors

This commit is contained in:
geoffrey45
2022-02-24 09:05:50 +03:00
parent 38df211882
commit ca790e97d9
10 changed files with 29 additions and 24 deletions
+1
View File
@@ -269,6 +269,7 @@ def get_album_tracks(title: str, artist: str):
"count": len(songs),
"duration": "56 Minutes",
"image": songs[0].image,
"date": songs[0].date,
"artist": songs[0].albumartist,
"artist_image": "http://127.0.0.1:8900/images/artists/"
+ songs[0].albumartist.replace("/", "::")