From 1716f3c55defe79e27875fa76b36621e9b355be3 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 3 Oct 2008 11:21:40 +0000 Subject: [PATCH] when adding a torrent through rpc, respect the paused flag (although now a torrent cannot be added in the "queued" state) --- macosx/Controller.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index c7769b96c..5de1c069e 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -4297,8 +4297,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy Torrent * torrent = [[Torrent alloc] initWithTorrentStruct: torrentStruct location: location lib: fLib]; - [torrent setWaitToStart: [fDefaults boolForKey: @"AutoStartDownload"]]; - [torrent update]; [fTorrents addObject: torrent]; [torrent release]; -- 2.40.0