Skip to content

Commit

Permalink
fix: magnet data invalidation of tracker IDs (#5957)
Browse files Browse the repository at this point in the history
  • Loading branch information
chantzish committed Sep 4, 2023
1 parent 48dcff9 commit de889c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtransmission/torrent.cc
Expand Up @@ -1180,6 +1180,7 @@ void tr_torrent::set_metainfo(tr_torrent_metainfo tm)
this->mark_edited();

on_metainfo_completed(this);
this->on_announce_list_changed();
}

tr_torrent* tr_torrentNew(tr_ctor* ctor, tr_torrent** setme_duplicate_of)
Expand Down

0 comments on commit de889c9

Please sign in to comment.