diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index 26e65e828..bb3e98a31 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -1171,9 +1171,7 @@ void TorrentsController::editTrackerAction() throw APIError(APIErrorType::Conflict, u"Tracker not found"_s); torrent->replaceTrackers(entries); - - if (!torrent->isStopped()) - torrent->forceReannounce(); + torrent->forceReannounce(); setResult(QString()); }