No Need For Deluge Username

- Removed username configuration option, unneeded
This commit is contained in:
Noam
2016-02-24 17:14:14 +02:00
parent bd74d21c83
commit 1bb0b3c9bf
2 changed files with 0 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ _CONFIG_DEFINITIONS = {
'DELETE_LOSSLESS_FILES': (int, 'General', 1),
'DELUGE_HOST': (str, 'Deluge', ''),
'DELUGE_PASSWORD': (str, 'Deluge', ''),
'DELUGE_USERNAME': (str, 'Deluge', ''),
'DELUGE_LABEL': (str, 'Deluge', ''),
'DELUGE_DONE_DIRECTORY': (str, 'Deluge', ''),
'DELUGE_PAUSED': (int, 'Deluge', 0),

View File

@@ -1157,7 +1157,6 @@ class WebInterface(object):
"transmission_username": headphones.CONFIG.TRANSMISSION_USERNAME,
"transmission_password": headphones.CONFIG.TRANSMISSION_PASSWORD,
"deluge_host": headphones.CONFIG.DELUGE_HOST,
"deluge_username": headphones.CONFIG.DELUGE_USERNAME,
"deluge_password": headphones.CONFIG.DELUGE_PASSWORD,
"deluge_label": headphones.CONFIG.DELUGE_LABEL,
"deluge_done_directory": headphones.CONFIG.DELUGE_DONE_DIRECTORY,