Files
CouchPotatoServer/couchpotato/core/notifications/__init__.py
T

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': [],
},
],
}]