Don't add duplicate episodes to previously matched

PR #21917.
This commit is contained in:
wavygecko 2024-11-28 03:37:05 -05:00 committed by GitHub
parent d90a9d15ac
commit d11622e3c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,6 +396,8 @@ bool AutoDownloadRule::matchesSmartEpisodeFilter(const QString &articleTitle) co
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-REPACK");
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-PROPER");
}
return true;
}
m_dataPtr->lastComputedEpisodes.append(episodeStr);