implement mix tracklist balancing

This commit is contained in:
cwilvx
2024-10-27 06:35:37 +01:00
parent c4a73f0d63
commit f2153d936d
5 changed files with 150 additions and 5 deletions
+3
View File
@@ -7,6 +7,9 @@ from app.utils.threading import background
@background
def start_cron_jobs():
"""
This is the function that triggers the cron jobs.
"""
Mixes().run()
# schedule.run_pending()