diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py
index e56f2f1..982dceb 100644
--- a/maloja/__pkginfo__.py
+++ b/maloja/__pkginfo__.py
@@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
-version = 2,7,7
+version = 2,7,8
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",
diff --git a/maloja/database.py b/maloja/database.py
index f2e9985..04fcb63 100644
--- a/maloja/database.py
+++ b/maloja/database.py
@@ -246,7 +246,7 @@ def normalize_name(name):
# skip regular authentication if api key is present in request
# an api key now ONLY permits scrobbling tracks, no other admin tasks
def api_key_correct(request):
- args = request.query
+ args = request.params
if "key" in args:
apikey = args["key"]
del args["key"]
diff --git a/maloja/web/jinja/admin_overview.jinja b/maloja/web/jinja/admin_overview.jinja
index 5c0d285..bcef3f5 100644
--- a/maloja/web/jinja/admin_overview.jinja
+++ b/maloja/web/jinja/admin_overview.jinja
@@ -74,4 +74,11 @@
Report Issue
Readme
PyPi
+ {% if false %}
+
- - | -
- Proxyscrobble- -Duplicate your scrobbles to another service. - Your API key is required to make any changes to the server: - |
-
Last.fm | - KEY_STATUS_LASTFM -