Merge branch 'master' of https://github.com/azlux/botamusique
This commit is contained in:
commit
3a906ea183
@ -414,7 +414,7 @@ def library():
|
||||
pass
|
||||
|
||||
if not total_count:
|
||||
abort(404)
|
||||
abort(204)
|
||||
|
||||
if request.form['action'] == 'add':
|
||||
items = dicts_to_items(var.bot, var.music_db.query_music(condition))
|
||||
|
BIN
static/image/favicon.ico
Normal file
BIN
static/image/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -5,6 +5,7 @@
|
||||
<title>botamusique web interface</title>
|
||||
<link id="pagestyle" rel="stylesheet" href="static/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/css/custom.css">
|
||||
<link rel="icon" href="static/image/favicon.ico" />
|
||||
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
||||
<META HTTP-EQUIV="Expires" CONTENT="-1">
|
||||
</head>
|
||||
@ -742,7 +743,7 @@
|
||||
data: data,
|
||||
statusCode: {
|
||||
200: processResults,
|
||||
404: function(){
|
||||
204: function(){
|
||||
lib_loading.hide();
|
||||
lib_empty.show();
|
||||
page_ul.empty();
|
||||
|
Loading…
x
Reference in New Issue
Block a user