From 53de44a225ef68172c788890c90964e0a4bceb20 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 8 Jul 2015 23:15:38 -0700 Subject: [PATCH] typo when excluding similar artist update on an artist scan --- headphones/librarysync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/librarysync.py b/headphones/librarysync.py index a5a58f57..709c7e64 100644 --- a/headphones/librarysync.py +++ b/headphones/librarysync.py @@ -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')