Improve tracker entries handling

This commit is contained in:
Vladimir Golovnev (Glassez) 2021-03-01 16:06:08 +03:00
parent 6b3c6c12ff
commit 7a8c05dc7c
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
17 changed files with 194 additions and 215 deletions

View file

@ -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;
}