remove default images and memoji implementation

This commit is contained in:
geoffrey45
2022-06-20 13:16:21 +03:00
parent 84880f8cad
commit 61f9af86aa
23 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ def get_albumartists():
for artist in artists:
artist_obj = {
"name": artist,
"image": helpers.check_artist_image(helpers.create_safe_name(artist)),
"image": helpers.create_safe_name(artist) + ".webp",
}
final_artists.append(artist_obj)