mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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',
|
||||
'files', 'file_priorities', 'compact', 'max_connections',
|
||||
'max_upload_slots', 'max_download_speed', 'prioritize_first_last',
|
||||
'private','max_upload_speed','queue','peers'
|
||||
'private','max_upload_speed','queue','peers',
|
||||
#builtin plugins:
|
||||
'tracker_name' #organize-plugin
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue