Skip to content

Commit

Permalink
Don't reannounce when removing tracker via WebAPI
Browse files Browse the repository at this point in the history
Discussion: #21056 (comment)

PR #21077.
  • Loading branch information
Piccirello authored Aug 4, 2024
1 parent 49507ad commit 66c1acb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webui/api/torrentscontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,9 +882,6 @@ void TorrentsController::removeTrackersAction()

const QStringList urls = params()[u"urls"_s].split(u'|');
torrent->removeTrackers(urls);

if (!torrent->isStopped())
torrent->forceReannounce();
}

void TorrentsController::addPeersAction()
Expand Down

0 comments on commit 66c1acb

Please sign in to comment.