fix #1379
@ -22,6 +22,13 @@ config = [{
'description': 'Default should be on localhost',
'advanced': True,
},
{
'name': 'on_snatch',
'default': 0,
'type': 'bool',
'description': 'Also send message when movie is snatched.',
],
}
@ -31,6 +31,13 @@ config = [{
'default': '',
'type': 'password',