mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
- "Mark items read" on a folder now updates number of unread news
This commit is contained in:
parent
06fb19e8be
commit
dc18780a97
@ -478,6 +478,7 @@ void RssStream::markAllAsRead() {
|
|||||||
if(!item->isRead())
|
if(!item->isRead())
|
||||||
item->setRead();
|
item->setRead();
|
||||||
}
|
}
|
||||||
|
rssmanager->forwardFeedInfosChanged(url, getName(), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int RssStream::getNbUnRead() const{
|
unsigned int RssStream::getNbUnRead() const{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user