mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-08 04:39:29 +01:00
Merge remote-tracking branch 'Ichabond/patching' into develop
This commit is contained in:
@@ -41,7 +41,7 @@ def artistlist_to_mbids(artistlist, forced=False):
|
||||
|
||||
for artist in artistlist:
|
||||
|
||||
if not artist:
|
||||
if not artist and not (artist == ' '):
|
||||
continue
|
||||
|
||||
results = mb.findArtist(artist, limit=1)
|
||||
|
||||
Reference in New Issue
Block a user