mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
fix: magnet data invalidation of tracker IDs (#5957)
This commit is contained in:
@@ -1180,6 +1180,7 @@ void tr_torrent::set_metainfo(tr_torrent_metainfo tm)
|
|||||||
this->mark_edited();
|
this->mark_edited();
|
||||||
|
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user