Ticket #1046: auto-managed-webui.diff
File auto-managed-webui.diff, 601 bytes (added by , 15 years ago) |
---|
-
deluge/core/torrent.py
177 177 def set_options(self, options): 178 178 OPTIONS_FUNCS = { 179 179 # Functions used for setting options 180 " auto_managed": self.set_auto_managed,180 "is_auto_managed": self.set_auto_managed, 181 181 "download_location": self.set_save_path, 182 182 "file_priorities": self.set_file_priorities, 183 183 "max_connections": self.handle.set_max_connections,