From 7e819d2a2eb06c7142622b29109c7593dbcbe90a Mon Sep 17 00:00:00 2001 From: Callum Brown Date: Sat, 6 Mar 2021 12:01:02 +0000 Subject: [PATCH] AURA: Update artist-mbid attribute to use '-' --- beetsplug/aura.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/aura.py b/beetsplug/aura.py index 6cc965b21..60507b78f 100644 --- a/beetsplug/aura.py +++ b/beetsplug/aura.py @@ -116,7 +116,7 @@ ARTIST_ATTR_MAP = { # Required "name": "artist", # Optional - "artist_mbid": "mb_artistid", + "artist-mbid": "mb_artistid", }