Browse Source

No option for CP provider

pull/88/merge
Ruud 13 years ago
parent
commit
43529a9e64
  1. 19
      couchpotato/core/providers/automation/cp/__init__.py

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

Loading…
Cancel
Save