mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
* 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user