mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Fix bugs
This commit is contained in:
parent
a2cf4fc47f
commit
24458a78d0
@ -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)
|
||||
|
@ -115,7 +115,7 @@ body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #232323;
|
||||
background-color: var(--background-color-var);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user