This commit is contained in:
Phillip Kühne 2023-03-30 17:06:36 +02:00
parent a2cf4fc47f
commit 24458a78d0
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
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)

View File

@ -115,7 +115,7 @@ body {
}
.footer {
background-color: #232323;
background-color: var(--background-color-var);
}
.modal-content {