From 43529a9e64a0e1b04bf4457e707a40d145c1a84d Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 15 Mar 2012 20:56:36 +0100 Subject: [PATCH] No option for CP provider --- couchpotato/core/providers/automation/cp/__init__.py | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/couchpotato/core/providers/automation/cp/__init__.py b/couchpotato/core/providers/automation/cp/__init__.py index 914c1f5..a4b55a8 100644 --- a/couchpotato/core/providers/automation/cp/__init__.py +++ b/couchpotato/core/providers/automation/cp/__init__.py @@ -3,21 +3,4 @@ from .main import CP def start(): return CP() -config = [{ - 'name': 'cp', - 'groups': [ - { - 'tab': 'automation', - 'name': 'couchpotato_automation', - 'label': 'CouchPotato', - 'description': 'Enable automatic movie adding from CouchPotato', - 'options': [ - { - 'name': 'automation_enabled', - 'default': False, - 'type': 'enabler', - }, - ], - }, - ], -}] +config = []