From 6b49e4e623b27e1260c8e04d48596146ffc5c691 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sat, 16 Feb 2008 08:25:24 +0000 Subject: [PATCH] extra status fields for torrent options --- deluge/core/torrent.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 5267dd306..aa9495676 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -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 = {