mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00: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_running_ = false;
|
||||||
is_stopping_ = false;
|
is_stopping_ = false;
|
||||||
|
mark_changed();
|
||||||
|
|
||||||
if (!session->isClosing())
|
if (!session->isClosing())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user