diff --git a/couchpotato/core/plugins/trailer/__init__.py b/couchpotato/core/plugins/trailer/__init__.py index 3ae454da..f3aa59de 100644 --- a/couchpotato/core/plugins/trailer/__init__.py +++ b/couchpotato/core/plugins/trailer/__init__.py @@ -24,12 +24,6 @@ config = [{ 'type': 'dropdown', 'values': [('1080P', '1080p'), ('720P', '720p'), ('480P', '480p')], }, - { - 'name': 'automatic', - 'default': False, - 'type': 'bool', - 'description': 'Automaticly search & download for movies in library', - }, ], }, ],