mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fix bugs with new feature: "Add trackers from duplicate torrent"
This commit is contained in:
@@ -994,10 +994,10 @@ QTorrentHandle Bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(!found) {
|
||||
if(found) {
|
||||
trackers_added = true;
|
||||
announce_entry entry(tracker_url);
|
||||
h.add_tracker(entry);
|
||||
h_ex.add_tracker(entry);
|
||||
}
|
||||
}
|
||||
if(trackers_added) {
|
||||
|
||||
Reference in New Issue
Block a user