mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: magnet links are always paused when added (#4856)
This commit is contained in:
@@ -280,7 +280,7 @@ bool trashDataFile(char const* filename, void* /*user_data*/, tr_error** error)
|
||||
{
|
||||
if ([self alertForRemainingDiskSpace])
|
||||
{
|
||||
tr_torrentStartMagnet(self.fHandle);
|
||||
tr_torrentStart(self.fHandle);
|
||||
[self update];
|
||||
|
||||
//capture, specifically, stop-seeding settings changing to unlimited
|
||||
|
||||
Reference in New Issue
Block a user