mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Make sure Unread item is updated whenever a feed is updated
This commit is contained in:
parent
0984b8b8e1
commit
40e9105ee5
1 changed files with 2 additions and 0 deletions
|
@ -507,6 +507,8 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr
|
||||||
// Update parent
|
// Update parent
|
||||||
if(item->parent())
|
if(item->parent())
|
||||||
updateItemInfos(item->parent());
|
updateItemInfos(item->parent());
|
||||||
|
// Update Unread item
|
||||||
|
updateItemInfos(listStreams->getUnreadItem());
|
||||||
// If the feed is selected, update the displayed news
|
// If the feed is selected, update the displayed news
|
||||||
if(listStreams->currentItem() == item){
|
if(listStreams->currentItem() == item){
|
||||||
refreshNewsList(item);
|
refreshNewsList(item);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue