document and add image to mix

This commit is contained in:
cwilvx
2024-10-28 16:42:51 +03:00
parent f2153d936d
commit f6373292aa
5 changed files with 91 additions and 29 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ class Mixes(CronJob):
"""
print("⭐⭐⭐⭐ Mixes cron job running")
mixes = MixesPlugin()
artist_mixes = mixes.get_artists()
artist_mixes = mixes.create_artist_mixes()
HomepageStore.set_artist_mixes(artist_mixes)