mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -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'],
|
||||
'name': 'pushover_api_token',
|
||||
'description': 'Your Pushover API token.',
|
||||
'input_type': 'token',
|
||||
'refresh': True
|
||||
'input_type': 'token'
|
||||
},
|
||||
{'label': 'Pushover User or Group Key',
|
||||
'value': self.config['key'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue