diff --git a/beetsplug/bandcamp/__init__.py b/beetsplug/bandcamp/__init__.py index 35c693f..166d90f 100644 --- a/beetsplug/bandcamp/__init__.py +++ b/beetsplug/bandcamp/__init__.py @@ -218,10 +218,10 @@ def candidates( if album == "": search = { - "query": item.title, + "query": artist + " - " + item.title, "artist": artist, "label": label, - "search_type": "t", + "search_type": "", } else: search = {