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