fix: is_favorite missing from album and artist page

This commit is contained in:
cwilvx
2024-07-28 17:02:58 +03:00
parent 881e1d6581
commit 56da0acd85
3 changed files with 9 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@ from app.api.auth import admin_required
from app.db.sqlite.plugins import PluginsMethods as pdb
from app.db.sqlite.tracks import SQLiteTrackMethods as trackdb
from app.db.userdata import PluginTable
from app.lib import populate
from app.lib.index import index_everything
from app.lib.watchdogg import Watcher as WatchDog
from app.logger import log