mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Don't need to refresh Pushover config after entering token
This commit is contained in:
parent
d0c07326ab
commit
c172965ec8
1 changed files with 1 additions and 2 deletions
|
@ -3284,8 +3284,7 @@ class PUSHOVER(Notifier):
|
||||||
'value': self.config['api_token'],
|
'value': self.config['api_token'],
|
||||||
'name': 'pushover_api_token',
|
'name': 'pushover_api_token',
|
||||||
'description': 'Your Pushover API token.',
|
'description': 'Your Pushover API token.',
|
||||||
'input_type': 'token',
|
'input_type': 'token'
|
||||||
'refresh': True
|
|
||||||
},
|
},
|
||||||
{'label': 'Pushover User or Group Key',
|
{'label': 'Pushover User or Group Key',
|
||||||
'value': self.config['key'],
|
'value': self.config['key'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue