mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
first draft
This commit is contained in:
+3
-2
@@ -22,6 +22,7 @@ from app.api import (
|
||||
favorites,
|
||||
folder,
|
||||
imgserver,
|
||||
pages,
|
||||
playlist,
|
||||
search,
|
||||
settings,
|
||||
@@ -32,7 +33,7 @@ from app.api import (
|
||||
getall,
|
||||
auth,
|
||||
stream,
|
||||
backup_and_restore
|
||||
backup_and_restore,
|
||||
)
|
||||
|
||||
# TODO: Move this description to a separate file
|
||||
@@ -110,7 +111,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)
|
||||
# Plugins
|
||||
app.register_api(plugins.api)
|
||||
app.register_api(lyrics_plugin.api)
|
||||
|
||||
Reference in New Issue
Block a user