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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user