Ticket #1046: auto-managed-webui.diff

File auto-managed-webui.diff, 601 bytes (added by RichGuk, 15 years ago)
  • deluge/core/torrent.py

     
    177177    def set_options(self, options):
    178178        OPTIONS_FUNCS = {
    179179            # Functions used for setting options
    180             "auto_managed": self.set_auto_managed,
     180            "is_auto_managed": self.set_auto_managed,
    181181            "download_location": self.set_save_path,
    182182            "file_priorities": self.set_file_priorities,
    183183            "max_connections": self.handle.set_max_connections,