From db4958581854ac70c942078629263699cedf7dc4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 18 Sep 2014 21:32:31 +0200 Subject: [PATCH] Renamer doesn't loop over all movies properly --- couchpotato/core/plugins/renamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index fdc43299..9decf08c 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -526,7 +526,7 @@ class Renamer(Plugin): # Remove leftover files if not remove_leftovers: # Don't remove anything - break + continue log.debug('Removing leftover files') for current_file in group['files']['leftover']: