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 = []