mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-12-14 12:41:57 +01:00
Fix bugs
This commit is contained in:
@@ -133,7 +133,7 @@ def update_songs():
|
||||
return Response('{"status": "%s" }' % status, mimetype='text/json')
|
||||
|
||||
|
||||
@app.route("/api/songs/compl")
|
||||
@app.route("/api/songs/compl") # type: ignore
|
||||
@nocache
|
||||
def get_song_completions(input_string=""):
|
||||
input_string = request.args.get('search', input_string)
|
||||
|
||||
Reference in New Issue
Block a user