mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
fix: mark torrent as changed when stopping (#6405)
This commit is contained in:
@@ -753,6 +753,7 @@ void tr_torrent::stop_now()
|
||||
|
||||
is_running_ = false;
|
||||
is_stopping_ = false;
|
||||
mark_changed();
|
||||
|
||||
if (!session->isClosing())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user