fix: removing favorites not being commited to db

+ improve: collision of hashes on the favorite table
+ rename pages to collections
+ bump mix sleep time from 6hrs to 12hrs
This commit is contained in:
cwilvx
2025-02-25 23:30:51 +03:00
parent 0a1ab72932
commit 620974561c
8 changed files with 215 additions and 190 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Mixes(CronJob):
"""
name: str = "mixes"
hours: int = 6
hours: int = 12
def __init__(self):
super().__init__()