mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
This commit is contained in:
@@ -462,7 +462,6 @@ void TrackerFiltersList::addItem(const QString &tracker, const QString &hash)
|
||||
|
||||
if (host != "") {
|
||||
trackerItem = item(rowFromTracker(host));
|
||||
if (!trackerItem) return;
|
||||
}
|
||||
else {
|
||||
trackerItem = item(1);
|
||||
@@ -474,6 +473,7 @@ void TrackerFiltersList::addItem(const QString &tracker, const QString &hash)
|
||||
|
||||
downloadFavicon(QString("http://%1/favicon.ico").arg(host));
|
||||
}
|
||||
if (!trackerItem) return;
|
||||
|
||||
tmp.append(hash);
|
||||
m_trackers.insert(host, tmp);
|
||||
|
||||
Reference in New Issue
Block a user