Fix Pushover notification bug which would display blank api token field.

Fix PlexWatch db importer to not bomb out if it finds characters in the rating key it cannot decode.
Fix PlexWatch db importer to use the correct plexWatch columns for titles, instead of the messed up xml.
This commit is contained in:
Tim 2015-07-24 22:45:12 +02:00
parent b394ebc1a3
commit 5a9257074b
2 changed files with 11 additions and 10 deletions

View file

@ -858,7 +858,7 @@ class PUSHOVER(object):
'input_type': 'number'
},
{'label': 'API Token',
'value': self.priority,
'value': plexpy.CONFIG.PUSHOVER_APITOKEN,
'name': 'pushover_apitoken',
'description': 'Leave blank to use PlexPy default.',
'input_type': 'text'