mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +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())
|
||||
item->setRead();
|
||||
}
|
||||
rssmanager->forwardFeedInfosChanged(url, getName(), 0);
|
||||
}
|
||||
|
||||
unsigned int RssStream::getNbUnRead() const{
|
||||
|
Loading…
x
Reference in New Issue
Block a user