mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Update news list when a feed is updated and Unread items are displayed
This commit is contained in:
parent
11dd2d81b8
commit
87f43123c6
@ -510,7 +510,7 @@ void RSSImp::updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnr
|
|||||||
// Update Unread item
|
// Update Unread item
|
||||||
updateItemInfos(listStreams->getUnreadItem());
|
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 || listStreams->currentItem() == listStreams->getUnreadItem()){
|
||||||
refreshNewsList(item);
|
refreshNewsList(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user