Ticket #3366: deluge-2.0.3+add_torrents_fix.patch

File deluge-2.0.3+add_torrents_fix.patch, 497 bytes (added by Lucio Andrés Illanes Albornoz, 5 years ago)
  • ui/web/json_api.py

    old new  
    759759                    filename, fdump, torrent['options']
    760760                )
    761761                deferreds.append(d)
    762         return DeferredList(deferreds, consumeErrors=False)
     762        return DeferredList(deferreds, consumeErrors=True, fireOnOneErrback=True)
    763763
    764764    def _get_host(self, host_id):
    765765        """Information about a host from supplied host id.