mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
Merge branch 'mb-query-hotfix'
This commit is contained in:
@@ -41,6 +41,9 @@ def artistlist_to_mbids(artistlist, forced=False):
|
|||||||
|
|
||||||
for artist in artistlist:
|
for artist in artistlist:
|
||||||
|
|
||||||
|
if not artist:
|
||||||
|
continue
|
||||||
|
|
||||||
results = mb.findArtist(artist, limit=1)
|
results = mb.findArtist(artist, limit=1)
|
||||||
|
|
||||||
if not results:
|
if not results:
|
||||||
|
|||||||
Reference in New Issue
Block a user