Add "on snatch" options to XBMC & Plex notifications

fix #1379
This commit is contained in:
Ruud
2013-05-19 00:30:56 +02:00
parent 1258f34c78
commit 0b693bba4e
2 changed files with 14 additions and 0 deletions
@@ -22,6 +22,13 @@ config = [{
'description': 'Default should be on localhost',
'advanced': True,
},
{
'name': 'on_snatch',
'default': 0,
'type': 'bool',
'advanced': True,
'description': 'Also send message when movie is snatched.',
},
],
}
],
@@ -31,6 +31,13 @@ config = [{
'default': '',
'type': 'password',
},
{
'name': 'on_snatch',
'default': 0,
'type': 'bool',
'advanced': True,
'description': 'Also send message when movie is snatched.',
},
],
}
],