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)
parent dbfd830b56
commit 22826499d5

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