mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
extra status fields for torrent options
This commit is contained in:
parent
dc2f8d6c9c
commit
6b49e4e623
@ -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…
x
Reference in New Issue
Block a user