Skip to content

Commit

Permalink
add: further improve query
Browse files Browse the repository at this point in the history
  • Loading branch information
whatphilipcodes committed Oct 1, 2024
1 parent fc9fb0a commit 3886d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beetsplug/bandcamp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3886d7b

Please sign in to comment.