14 lines
342 B
Python
14 lines
342 B
Python
config = [{
|
|
'name': 'notification_providers',
|
|
'groups': [
|
|
{
|
|
'label': 'Notifications',
|
|
'description': 'Notify when movies are done or snatched',
|
|
'type': 'list',
|
|
'name': 'notification_providers',
|
|
'tab': 'notifications',
|
|
'options': [],
|
|
},
|
|
],
|
|
}]
|