mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Fixed a slight bug in default RSS feed downloader filter rule (use rule name instead as '*')
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
}
|
||||
|
||||
QString getMatchingTokens_str() const {
|
||||
return this->value("matches", "*").toString();
|
||||
return this->value("matches", "").toString();
|
||||
}
|
||||
|
||||
void setMatchingTokens(QString tokens) {
|
||||
|
||||
Reference in New Issue
Block a user