diff --git a/couchpotato/core/providers/automation/base.py b/couchpotato/core/providers/automation/base.py index 4655c1ad..ea227ce0 100644 --- a/couchpotato/core/providers/automation/base.py +++ b/couchpotato/core/providers/automation/base.py @@ -51,6 +51,7 @@ class Automation(Provider): def isMinimalMovie(self, movie): if not movie.get('rating'): + log.info('ignoring %s as no rating is available for.', (movie['original_title'])) return False if movie['rating'] and movie['rating'].get('imdb'):