mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix magnet link start logic (#4528)
This commit is contained in:
@@ -225,7 +225,7 @@ typedef NS_ENUM(NSUInteger, PopupPriority) {
|
||||
|
||||
if (self.fStartCheck.state == NSControlStateValueOn)
|
||||
{
|
||||
[self.torrent startTransfer];
|
||||
[self.torrent startMagnetTransferAfterMetaDownload];
|
||||
}
|
||||
|
||||
[self close];
|
||||
|
||||
Reference in New Issue
Block a user