mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
extra status fields for torrent options
This commit is contained in:
parent
dc2f8d6c9c
commit
6b49e4e623
1 changed files with 8 additions and 1 deletions
|
@ -245,7 +245,14 @@ class Torrent:
|
|||
"tracker_status": self.tracker_status,
|
||||
"save_path": self.save_path,
|
||||
"files": self.files,
|
||||
"file_priorities": self.file_priorities
|
||||
"file_priorities": self.file_priorities,
|
||||
"compact":self.compact,
|
||||
"max_connections":self.max_connections,
|
||||
"max_upload_slots":self.max_upload_slots,
|
||||
"max_upload_speed":self.max_upload_speed,
|
||||
"max_download_speed":self.max_download_speed,
|
||||
"prioritize_first_last":self.prioritize_first_last,
|
||||
"private":self.private
|
||||
}
|
||||
|
||||
fns = {
|
||||
|
|
Loading…
Add table
Reference in a new issue