Don't update the tag cloud if we're doing the postprocessor library scan

This commit is contained in:
rembo10
2014-04-06 20:11:22 -07:00
parent d6e3ebf41a
commit fa202e3eb3

View File

@@ -329,7 +329,8 @@ def libraryScan(dir=None, append=False, ArtistID=None, ArtistName=None, cron=Fal
myDB.action('UPDATE artists SET HaveTracks=? WHERE ArtistID=?', [havetracks, ArtistID])
update_album_status()
lastfm.getSimilar()
if not append:
lastfm.getSimilar()
logger.info('Library scan complete')
#ADDED THIS SECTION TO MARK ALBUMS AS DOWNLOADED IF ARTISTS ARE ADDED EN MASSE BEFORE LIBRARY IS SCANNED