mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Improve tracker entries handling
This commit is contained in:
parent
726455ac3e
commit
b2c7d8211f
17 changed files with 194 additions and 215 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue