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
+2 -2
View File
@@ -18,11 +18,11 @@ from .plugins import mixes as mixes_plugin
from app.api import (
album,
artist,
collections,
colors,
favorites,
folder,
imgserver,
pages,
playlist,
search,
settings,
@@ -112,7 +112,7 @@ def create_api():
app.register_api(colors.api)
app.register_api(lyrics.api)
app.register_api(backup_and_restore.api)
app.register_api(pages.api)
app.register_api(collections.api)
# Plugins
app.register_api(plugins.api)
app.register_api(lyrics_plugin.api)