AURA: Update artist-mbid attribute to use '-'

This commit is contained in:
Callum Brown 2021-03-06 12:01:02 +00:00
parent c2a92fdbf8
commit 7e819d2a2e

View file

@ -116,7 +116,7 @@ ARTIST_ATTR_MAP = {
# Required
"name": "artist",
# Optional
"artist_mbid": "mb_artistid",
"artist-mbid": "mb_artistid",
}