mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
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:
parent
b394ebc1a3
commit
5a9257074b
2 changed files with 11 additions and 10 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue