mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Allow to select multiple rss feeds at once
- Fixed an icon problem when a feed refreshing fails
This commit is contained in:
parent
dcb6642394
commit
533aeb3f8b
2 changed files with 9 additions and 0 deletions
|
@ -438,6 +438,7 @@ class RssManager : public QObject{
|
|||
stream->setLoading(false);
|
||||
qDebug("Could not download Rss at %s, reason: %s", (const char*)url.toUtf8(), (const char*)reason.toUtf8());
|
||||
stream->setDownloadFailed();
|
||||
emit feedInfosChanged(url, stream->getAliasOrUrl(), stream->getNbUnRead());
|
||||
}
|
||||
|
||||
public :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue