use cloud mix images

This commit is contained in:
cwilvx
2024-10-29 22:40:30 +03:00
parent fe09a8a8ae
commit f6f66c571c
5 changed files with 91 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def homepage_items():
return {
"artist_mixes": {
"title": "Artist mixes for you",
"description": "Curated based on artists you have played in the past",
"description": "Based on artists you have been listening to",
"items": HomepageStore.get_artist_mixes(),
"extra": {},
},