diff --git a/src/base/rss/rss_autodownloadrule.cpp b/src/base/rss/rss_autodownloadrule.cpp index db9457e11..9a63a9720 100644 --- a/src/base/rss/rss_autodownloadrule.cpp +++ b/src/base/rss/rss_autodownloadrule.cpp @@ -367,7 +367,7 @@ bool AutoDownloadRule::matchesSmartEpisodeFilter(const QString &articleTitle) co const QString episodeStr = computeEpisodeName(articleTitle); if (episodeStr.isEmpty()) - return true; + return false; // Don't accept articles with unrecognized episode number // See if this episode has been downloaded before const bool previouslyMatched = m_dataPtr->previouslyMatchedEpisodes.contains(episodeStr);