This commit is contained in:
2023-03-30 17:06:36 +02:00
parent a2cf4fc47f
commit 24458a78d0
2 changed files with 2 additions and 2 deletions

View File

@ -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)