store playcount and duration on the track table

+ allow sorting all items with those two
+ add methods to update scrobble info
This commit is contained in:
cwilvx
2024-06-30 19:33:13 +03:00
parent 4a9f804e70
commit b9ad07441a
15 changed files with 161 additions and 45 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ from app.api import (
settings,
lyrics,
plugins,
logger,
scrobble,
home,
getall,
auth,
@@ -116,7 +116,7 @@ def create_api():
app.register_api(lyrics_plugin.api)
# Logger
app.register_api(logger.api)
app.register_api(scrobble.api)
# Home
app.register_api(home.api)