diff --git a/bandcamp_importer.user.js b/bandcamp_importer.user.js index b598f1b..2572245 100644 --- a/bandcamp_importer.user.js +++ b/bandcamp_importer.user.js @@ -778,7 +778,7 @@ function init() { }; mblinks.searchAndDisplayMbLink(cleanURL, 'artist', insertLinkCb, undefined, onSearchComplete); - mblinks.searchAndDisplayMbLink(cleanURL, 'label', insertLinkCb, undefined, onSearchComplete); + mblinks.searchAndDisplayMbLink(cleanURL, 'label', insertLinkCb, `label:${cleanURL}`, onSearchComplete); } }