mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- "Mark items read" on a folder now updates number of unread news
This commit is contained in:
parent
06fb19e8be
commit
dc18780a97
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ void RssStream::markAllAsRead() {
|
|||
if(!item->isRead())
|
||||
item->setRead();
|
||||
}
|
||||
rssmanager->forwardFeedInfosChanged(url, getName(), 0);
|
||||
}
|
||||
|
||||
unsigned int RssStream::getNbUnRead() const{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue