mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix: artist albums always sending all albums
+ move setproctitle inside if __name__ in manage.py
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ from app.api import (
|
||||
imgserver,
|
||||
playlist,
|
||||
search,
|
||||
send_file,
|
||||
settings,
|
||||
track,
|
||||
)
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ def create_api():
|
||||
with app.app_context():
|
||||
app.register_blueprint(album.api)
|
||||
app.register_blueprint(artist.api)
|
||||
app.register_blueprint(track.api)
|
||||
app.register_blueprint(send_file.api)
|
||||
app.register_blueprint(search.api)
|
||||
app.register_blueprint(folder.api)
|
||||
app.register_blueprint(playlist.api)
|
||||
|
||||
Reference in New Issue
Block a user