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