mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- "Mark items read" on a folder now updates number of unread news
This commit is contained in:
@@ -478,6 +478,7 @@ void RssStream::markAllAsRead() {
|
||||
if(!item->isRead())
|
||||
item->setRead();
|
||||
}
|
||||
rssmanager->forwardFeedInfosChanged(url, getName(), 0);
|
||||
}
|
||||
|
||||
unsigned int RssStream::getNbUnRead() const{
|
||||
|
||||
Reference in New Issue
Block a user