No option for CP provider
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user