Fix Email TLS checkbox bug.

Clean up some notifier code.
This commit is contained in:
Tim 2015-09-19 12:37:51 +02:00
parent 22ed8a3a95
commit 7c6619ebc5
3 changed files with 17 additions and 57 deletions

View file

@ -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'