diff --git a/couchpotato/core/providers/base.py b/couchpotato/core/providers/base.py index f2db8da6..e6a9cb00 100644 --- a/couchpotato/core/providers/base.py +++ b/couchpotato/core/providers/base.py @@ -99,6 +99,7 @@ class Provider(Plugin): class YarrProvider(Provider): protocol = None # nzb, torrent, torrent_magnet + type = 'movie' cat_ids = {} cat_backup_id = None