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 Vladimir Golovnev (Glassez)
commit 22826499d5
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7

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);