fix: magnet data invalidation of tracker IDs (#5957)
This commit is contained in:
parent
4bb205d440
commit
4da965365c
|
@ -1181,6 +1181,7 @@ void tr_torrent::setMetainfo(tr_torrent_metainfo tm)
|
||||||
this->markEdited();
|
this->markEdited();
|
||||||
|
|
||||||
on_metainfo_completed(this);
|
on_metainfo_completed(this);
|
||||||
|
this->on_announce_list_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
tr_torrent* tr_torrentNew(tr_ctor* ctor, tr_torrent** setme_duplicate_of)
|
tr_torrent* tr_torrentNew(tr_ctor* ctor, tr_torrent** setme_duplicate_of)
|
||||||
|
|
Loading…
Reference in New Issue