typo when excluding similar artist update on an artist scan

This commit is contained in:
rembo10
2015-07-08 23:15:38 -07:00
parent e32cff60e5
commit 53de44a225
+1 -1
View File
@@ -347,7 +347,7 @@ def libraryScan(dir=None, append=False, ArtistID=None, ArtistName=None,
if not append:
update_album_status()
if not append or not scanArtist:
if not append and not artistScan:
lastfm.getSimilar()
logger.info('Library scan complete')