mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add because you listened to artist artists
+ add artists you might like
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user