mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
Improve tracker entries handling
This commit is contained in:
parent
6b3c6c12ff
commit
7a8c05dc7c
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