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