mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) #920 Add "Move Data" to libT so all clients can use it
This commit is contained in:
@@ -794,7 +794,7 @@ torrentSetLocation( tr_session * session,
|
||||
for( i=0; i<torrentCount; ++i )
|
||||
{
|
||||
tr_torrent * tor = torrents[i];
|
||||
tr_torrentSetLocation( tor, location, move, NULL );
|
||||
tr_torrentSetLocation( tor, location, move, NULL, NULL );
|
||||
notify( session, TR_RPC_TORRENT_CHANGED, tor );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user