now they have names
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-11-26 06:23:23 +01:00
parent 1cb66c0d11
commit 5fc1be2321
1 changed files with 1 additions and 1 deletions

View File

@ -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