No option for CP provider

This commit is contained in:
Ruud
2012-03-15 20:56:36 +01:00
parent 15175a0330
commit 43529a9e64
@@ -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 = []