mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Several RSS fixes:
- Fix possible redownload of torrents marked as read (Closes #927495) - Properly remove RSS feed settings/history upon feed removal - Fix possible crash in RSS Downloader dialog in debug mode
This commit is contained in:
parent
d53ca1d096
commit
b78d6ba243
7 changed files with 19 additions and 10 deletions
|
@ -48,6 +48,7 @@ RssManager::~RssManager(){
|
|||
m_refreshTimer.stop();
|
||||
delete m_rssDownloader;
|
||||
RssDownloadRuleList::drop();
|
||||
saveItemsToDisk();
|
||||
saveStreamList();
|
||||
qDebug("RSSManager deleted");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue