mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Merge pull request #8479 from thalieht/ratioLimitsCrash
Fix possible crash when using both share limits
This commit is contained in:
commit
a65a70ab48
@ -1788,6 +1788,7 @@ void Session::processShareLimits()
|
|||||||
torrent->pause();
|
torrent->pause();
|
||||||
logger->addMessage(tr("'%1' reached the maximum ratio you set. Paused.").arg(torrent->name()));
|
logger->addMessage(tr("'%1' reached the maximum ratio you set. Paused.").arg(torrent->name()));
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user