add because you listened to artist artists

+ add artists you might like
This commit is contained in:
cwilvx
2024-11-27 10:55:11 +03:00
parent e42ec3afb5
commit 809415ddb4
6 changed files with 138 additions and 9 deletions
+5
View File
@@ -1,5 +1,6 @@
from app.crons.cron import CronJob
from app.lib.recipes.artistmixes import ArtistMixes
from app.lib.recipes.because import BecauseYouListened
class Mixes(CronJob):
@@ -19,3 +20,7 @@ class Mixes(CronJob):
"""
print("⭐⭐⭐⭐ Mixes cron job running")
ArtistMixes()
# INFO: Because you listened to artist items are generated using
# the artist mixes, so run them after the artist mixes are created.
BecauseYouListened()