Skip to content
Snippets Groups Projects
Commit db1cfbf6 authored by Matthew J.'s avatar Matthew J. Committed by Georg Krause
Browse files

Fix #23: Missing server command

parent 5813fb42
No related branches found
No related tags found
1 merge request!19Fix #23: Missing server command
......@@ -8,6 +8,7 @@ from . import playlists
from . import tracks
from . import uploads
from . import users
from . import server
from .base import cli
......@@ -19,6 +20,7 @@ __all__ = [
"favorites",
"libraries",
"playlists",
"server",
"tracks",
"uploads",
"users",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment