mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- sometimes, rss feeds had a red cross icon although their download succeeded : fixed
This commit is contained in:
parent
a27e7e1b9e
commit
5cc6e6e8f4
2 changed files with 1 additions and 1 deletions
|
@ -165,6 +165,7 @@ class RssStream : public QObject{
|
|||
url = _url;
|
||||
alias = url;
|
||||
read = true;
|
||||
downloadFailure = false;
|
||||
qDebug("Creating rss & ico downloadThreads");
|
||||
downloaderRss = new downloadThread(this);
|
||||
downloaderIcon = new downloadThread(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue