From 1f3452277a3a3fe03e824684faca30e864faba8a Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 7 Feb 2008 22:53:51 +0000 Subject: [PATCH] Add 'file_priorities' status key to torrent. --- deluge/core/torrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 0d74758a0..5999dafc0 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -255,7 +255,8 @@ class Torrent: "trackers": self.trackers, "tracker_status": self.tracker_status, "save_path": self.save_path, - "files": self.files + "files": self.files, + "file_priorities":, self.file_priorities } self.status = None self.torrent_info = None