From 08b450fc0aae80da7af2af1fd07729fdf76d02cb Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 26 Sep 2012 17:10:34 +0200 Subject: [PATCH] Remove trailer feature not implemented yet. --- couchpotato/core/plugins/trailer/__init__.py | 6 ------ 1 file changed, 6 deletions(-) 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', - }, ], }, ],