fix: magnet data invalidation of tracker IDs (#5957)

This commit is contained in:
chantzish
2023-09-04 04:40:52 +03:00
committed by GitHub
parent 48dcff975a
commit de889c93b8

View File

@@ -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)