mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
fix oops,tracker_name
This commit is contained in:
parent
ec1db13c32
commit
6bd677bedc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ TORRENT_KEYS = ['name', 'total_size', 'num_files', 'num_pieces', 'piece_length',
|
||||||
'total_wanted', 'tracker', 'trackers', 'tracker_status', 'save_path',
|
'total_wanted', 'tracker', 'trackers', 'tracker_status', 'save_path',
|
||||||
'files', 'file_priorities', 'compact', 'max_connections',
|
'files', 'file_priorities', 'compact', 'max_connections',
|
||||||
'max_upload_slots', 'max_download_speed', 'prioritize_first_last',
|
'max_upload_slots', 'max_download_speed', 'prioritize_first_last',
|
||||||
'private','max_upload_speed','queue','peers'
|
'private','max_upload_speed','queue','peers',
|
||||||
#builtin plugins:
|
#builtin plugins:
|
||||||
'tracker_name' #organize-plugin
|
'tracker_name' #organize-plugin
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue