mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -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:
@@ -65,6 +65,7 @@ public:
|
||||
const RssArticleList articleList() const;
|
||||
const RssArticleList unreadArticleList() const;
|
||||
void removeAllSettings();
|
||||
virtual void saveItemsToDisk();
|
||||
void removeAllItems();
|
||||
void renameChildFolder(const QString &old_name, const QString &new_name);
|
||||
RssFilePtr takeChild(const QString &childId);
|
||||
|
||||
Reference in New Issue
Block a user