From 5fc1be2321917b94b60559421b8750a578304c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 26 Nov 2020 06:23:23 +0100 Subject: [PATCH] now they have names --- src/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources.py b/src/resources.py index 0e2a1ff..9caaaaa 100644 --- a/src/resources.py +++ b/src/resources.py @@ -185,7 +185,7 @@ class SingleListApi(Resource): abort(417, "wrong type of collection") musicbrainzngs.auth(None, None) retdata['type'] = list_type - + retdata['name'] = currdata['name'] return retdata, 200