mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Fix Email TLS checkbox bug.
Clean up some notifier code.
This commit is contained in:
parent
22ed8a3a95
commit
7c6619ebc5
3 changed files with 17 additions and 57 deletions
|
@ -1243,7 +1243,7 @@ class Email(object):
|
|||
'input_type': 'password'
|
||||
},
|
||||
{'label': 'TLS',
|
||||
'value': checked(plexpy.CONFIG.EMAIL_TLS),
|
||||
'value': plexpy.CONFIG.EMAIL_TLS,
|
||||
'name': 'email_tls',
|
||||
'description': 'Does the server use encryption.',
|
||||
'input_type': 'checkbox'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue