mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06: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:
@@ -184,6 +184,13 @@ void RssFolder::removeAllSettings() {
|
||||
}
|
||||
}
|
||||
|
||||
void RssFolder::saveItemsToDisk()
|
||||
{
|
||||
foreach(const RssFilePtr& child, m_children.values()) {
|
||||
child->saveItemsToDisk();
|
||||
}
|
||||
}
|
||||
|
||||
QString RssFolder::id() const {
|
||||
return m_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user