mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fix several bugs in RSS plugin
* RSS downloader takes into consideration maximum number of articles per feed * Fix possible issue with RSS folder deletion * Clear persistant data whenever a RSS feed is deleted
This commit is contained in:
parent
4732c8565d
commit
af1b06c5be
4 changed files with 79 additions and 39 deletions
|
@ -219,7 +219,7 @@ void RSSImp::deleteSelectedItems() {
|
|||
}
|
||||
RssFile *rss_item = listStreams->getRSSItem(item);
|
||||
// Notify TreeWidget
|
||||
listStreams->itemRemoved(item);
|
||||
listStreams->itemAboutToBeRemoved(item);
|
||||
// Actually delete the item
|
||||
rss_item->getParent()->removeFile(rss_item->getID());
|
||||
delete item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue