Merge remote-tracking branch 'Ichabond/patching' into develop

This commit is contained in:
rembo10
2012-08-30 18:12:05 +01:00

View File

@@ -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)