diff --git a/interface.py b/interface.py index 419fede..6368da4 100644 --- a/interface.py +++ b/interface.py @@ -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)) diff --git a/static/image/favicon.ico b/static/image/favicon.ico new file mode 100644 index 0000000..5163003 Binary files /dev/null and b/static/image/favicon.ico differ diff --git a/templates/index.html b/templates/index.html index de3a2a2..3a4d4db 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@