Skip to content
Snippets Groups Projects
Commit 8cc78652 authored by Agate's avatar Agate :speech_balloon:
Browse files

Support coma separated mbids in tags

parent c72f9cc0
Branches
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ class ArtistField(serializers.Field):
def to_internal_value(self, data):
# we have multiple values that can be separated by various separators
separators = [";"]
separators = [";", ","]
# we get a list like that if tagged via musicbrainz
# ae29aae4-abfb-4609-8f54-417b1f4d64cc; 3237b5a8-ae44-400c-aa6d-cea51f0b9074;
raw_mbids = data["mbids"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment