1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Update number of unread items when a feed is deleted

This commit is contained in:
Christophe Dumez 2009-08-29 04:06:25 +00:00
parent bfbbc1f497
commit 37342e0f0c

View File

@ -222,6 +222,8 @@ void RSSImp::deleteSelectedItems() {
delete item;
}
rssmanager->saveStreamList();
// Update Unread items
updateItemInfos(listStreams->getUnreadItem());
}
}