mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
merge the group location selection code
This commit is contained in:
@@ -67,11 +67,6 @@
|
||||
fDeleteEnable = deleteTorrent == TORRENT_FILE_DEFAULT;
|
||||
|
||||
fGroupValue = [torrent groupValue];
|
||||
|
||||
#warning factor in if there already is a destination
|
||||
// set the group’s download location if there is one
|
||||
if (!fLockDestination && [[GroupsController groups] usesCustomDownloadLocationForIndex: fGroupValue])
|
||||
[self setDestinationPath: [[GroupsController groups] customDownloadLocationForIndex: fGroupValue]];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user