1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- sometimes, rss feeds had a red cross icon although their download succeeded : fixed

This commit is contained in:
Christophe Dumez 2007-07-23 07:55:06 +00:00
parent a27e7e1b9e
commit 5cc6e6e8f4
2 changed files with 1 additions and 1 deletions

1
TODO
View File

@ -46,7 +46,6 @@
- Translations update - Translations update
- .ico support? - .ico support?
- display debug when fastresume data is rejected - display debug when fastresume data is rejected
- Fix icon bugs in rss tab
- Download/Finished lists cleanup - Download/Finished lists cleanup
- Wait for some bug fixes in libtorrent : - Wait for some bug fixes in libtorrent :
- upload/download limit per torrent - upload/download limit per torrent

View File

@ -165,6 +165,7 @@ class RssStream : public QObject{
url = _url; url = _url;
alias = url; alias = url;
read = true; read = true;
downloadFailure = false;
qDebug("Creating rss & ico downloadThreads"); qDebug("Creating rss & ico downloadThreads");
downloaderRss = new downloadThread(this); downloaderRss = new downloadThread(this);
downloaderIcon = new downloadThread(this); downloaderIcon = new downloadThread(this);