mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
fix: mark torrent as changed when stopping (#6405)
This commit is contained in:
parent
2dea0b5fa2
commit
7c9e04d035
1 changed files with 1 additions and 0 deletions
|
@ -753,6 +753,7 @@ void tr_torrent::stop_now()
|
|||
|
||||
is_running_ = false;
|
||||
is_stopping_ = false;
|
||||
mark_changed();
|
||||
|
||||
if (!session->isClosing())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue