mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
(trunk libT) #2252: Folders stay in the original folder after using "Set location" and moving folder(torrent)
This commit is contained in:
parent
24746cff7f
commit
32aeae1388
1 changed files with 1 additions and 1 deletions
|
@ -2284,7 +2284,7 @@ setLocation( void * vdata )
|
|||
if( !err )
|
||||
{
|
||||
/* blow away the leftover subdirectories in the old location */
|
||||
tr_torrentDeleteLocalData( tor, unlink );
|
||||
tr_torrentDeleteLocalData( tor, remove );
|
||||
|
||||
/* set the new location and reverify */
|
||||
tr_torrentSetDownloadDir( tor, location );
|
||||
|
|
Loading…
Reference in a new issue