mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 20:59:27 +00:00
No Need For Deluge Username
- Removed username configuration option, unneeded
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user