mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +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_stopping_ = false;
|
||||
mark_changed();
|
||||
|
||||
if (!session->isClosing())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user