Do not continue with other attempts after verify

This commit is contained in:
Bas Stottelaar
2014-04-04 13:51:48 +02:00
parent 79c293f32b
commit e4032106d6

View File

@@ -1022,6 +1022,7 @@ def forcePostProcess(dir=None):
if release:
logger.info('Found a match in the database: %s - %s. Verifying to make sure it is the correct album' % (release['ArtistName'], release['AlbumTitle']))
verify(release['AlbumID'], folder)
continue
else:
logger.info('Querying MusicBrainz for the release group id for: %s - %s' % (name, album))
from headphones import mb