mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +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')
|
return Response('{"status": "%s" }' % status, mimetype='text/json')
|
||||||
|
|
||||||
|
|
||||||
@app.route("/api/songs/compl")
|
@app.route("/api/songs/compl") # type: ignore
|
||||||
@nocache
|
@nocache
|
||||||
def get_song_completions(input_string=""):
|
def get_song_completions(input_string=""):
|
||||||
input_string = request.args.get('search', input_string)
|
input_string = request.args.get('search', input_string)
|
||||||
|
@ -115,7 +115,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #232323;
|
background-color: var(--background-color-var);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user