diff --git a/src/FeedDownloader.h b/src/FeedDownloader.h index d791aefa6..2a062eb6b 100644 --- a/src/FeedDownloader.h +++ b/src/FeedDownloader.h @@ -83,7 +83,7 @@ public: } QString getMatchingTokens_str() const { - return this->value("matches", "*").toString(); + return this->value("matches", "").toString(); } void setMatchingTokens(QString tokens) {