mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Improve tracker entries handling
This commit is contained in:
@@ -488,7 +488,7 @@ void SyncController::maindataAction()
|
||||
}
|
||||
|
||||
for (const BitTorrent::TrackerEntry &tracker : asConst(torrent->trackers()))
|
||||
trackers[tracker.url()] << torrentHash.toString();
|
||||
trackers[tracker.url] << torrentHash.toString();
|
||||
|
||||
torrents[torrentHash.toString()] = map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user