From e4032106d6b3f7256c0e9edfa145734e2982ea58 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Fri, 4 Apr 2014 13:51:48 +0200 Subject: [PATCH] Do not continue with other attempts after verify --- headphones/postprocessor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index c45e5ca9..2adcfae8 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -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