diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index 81ffcec..d7487a1 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -309,6 +309,7 @@ class Plugin(object): def checkFilesChanged(self, files, unchanged_for = 60): now = time.time() + file_too_new = False for cur_file in files: