* Added some more download commands that replace some of the

start/stop/close wrapper functions in DownloadList.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1049 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-03-28 16:47:17 +00:00
parent a6045c9ea5
commit 03c544d07d
9 changed files with 74 additions and 124 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ DownloadFactory::receive_success() {
} else {
// Use the state thingie here, move below.
if (m_start)
m_manager->download_list()->start_normal(download);
rpc::parse_command_single(rpc::make_target(download), "d.start=");
m_manager->download_store()->save(download);
}