mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Remove blank parameter option
This commit is contained in:
parent
8aa94cc32d
commit
2db3b093b9
1 changed files with 1 additions and 2 deletions
|
@ -2956,8 +2956,7 @@ class WebInterface(object):
|
|||
if not result['custom_conditions_logic']:
|
||||
result['custom_conditions_logic'] = ''
|
||||
|
||||
parameters = [{'name': '', 'type': '', 'value': ''}]
|
||||
parameters += [
|
||||
parameters = [
|
||||
{'name': param['name'], 'type': param['type'], 'value': param['value']}
|
||||
for category in common.NOTIFICATION_PARAMETERS for param in category['parameters']
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue