1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00:00

Rss Feed downloader fix

This commit is contained in:
Christophe Dumez 2010-03-08 22:13:22 +00:00
parent a60615a2d8
commit 64ddf393aa

View File

@ -627,12 +627,9 @@ short RssStream::readDoc(QIODevice* device) {
} }
} }
} }
return 0;
} }
} }
} }
qDebug("XML Error: This is not a valid RSS document");
return -1;
resizeList(); resizeList();