Files
CouchPotatoServer/couchpotato/core/notifications/__init__.py
T
2013-01-20 20:50:50 +01:00

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