1
0
Fork 0
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:
Yat Ho 2023-12-18 13:29:53 +08:00 committed by GitHub
parent 2dea0b5fa2
commit 7c9e04d035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -753,6 +753,7 @@ void tr_torrent::stop_now()
is_running_ = false;
is_stopping_ = false;
mark_changed();
if (!session->isClosing())
{