mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
WebAPI: Expand RSS related API
Added markAsRead API method with optional parameter for specifying single article. Added the rss_smart_episode_filters and rss_download_repack_proper_episodes keys to preference api. Added matchingArticles API method for retrieving articles that match specified rule.
This commit is contained in:
parent
e05ef12e68
commit
a3b58e59da
3 changed files with 58 additions and 0 deletions
|
@ -44,9 +44,11 @@ private slots:
|
|||
void removeItemAction();
|
||||
void moveItemAction();
|
||||
void itemsAction();
|
||||
void markAsReadAction();
|
||||
void refreshItemAction();
|
||||
void setRuleAction();
|
||||
void renameRuleAction();
|
||||
void removeRuleAction();
|
||||
void rulesAction();
|
||||
void matchingArticlesAction();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue