mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
This commit is contained in:
parent
2f19594bef
commit
2ea1716c1a
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,6 @@ void TrackerFiltersList::addItem(const QString &tracker, const QString &hash)
|
||||||
|
|
||||||
if (host != "") {
|
if (host != "") {
|
||||||
trackerItem = item(rowFromTracker(host));
|
trackerItem = item(rowFromTracker(host));
|
||||||
if (!trackerItem) return;
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
trackerItem = item(1);
|
trackerItem = item(1);
|
||||||
|
@ -494,6 +493,7 @@ void TrackerFiltersList::addItem(const QString &tracker, const QString &hash)
|
||||||
|
|
||||||
downloadFavicon(QString("http://%1/favicon.ico").arg(host));
|
downloadFavicon(QString("http://%1/favicon.ico").arg(host));
|
||||||
}
|
}
|
||||||
|
if (!trackerItem) return;
|
||||||
|
|
||||||
tmp.append(hash);
|
tmp.append(hash);
|
||||||
m_trackers.insert(host, tmp);
|
m_trackers.insert(host, tmp);
|
||||||
|
|
Loading…
Reference in a new issue