1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- Fix bugs with new feature: "Add trackers from duplicate torrent"

This commit is contained in:
Christophe Dumez 2010-02-09 08:06:49 +00:00
parent 81c6958428
commit 9d2f2230ee

View File

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