From 9370e62a4798130b0bd75cce7e52ea1a4d55a8f0 Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 1 Jan 2022 06:43:02 +0100 Subject: [PATCH] Restored API info, fix FoxxMD/multi-scrobbler#38 --- maloja/apis/native_v1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maloja/apis/native_v1.py b/maloja/apis/native_v1.py index b90ea37..672d4f3 100644 --- a/maloja/apis/native_v1.py +++ b/maloja/apis/native_v1.py @@ -42,7 +42,8 @@ def server_info(): return { "name":malojaconfig["NAME"], - "version":VERSION, + "version":VERSION.split("."), + "versionstring":VERSION, "db_status":dbstatus }