mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- Fixed a slight bug in default RSS feed downloader filter rule (use rule name instead as '*')
This commit is contained in:
parent
2b0e05b453
commit
e7663e7b6b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
}
|
||||
|
||||
QString getMatchingTokens_str() const {
|
||||
return this->value("matches", "*").toString();
|
||||
return this->value("matches", "").toString();
|
||||
}
|
||||
|
||||
void setMatchingTokens(QString tokens) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue