mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-21 19:07:44 +01:00
typo when excluding similar artist update on an artist scan
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user