mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
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:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user