Skip to content

Commit

Permalink
Don't add duplicate episodes to previously matched
Browse files Browse the repository at this point in the history
PR #21917.
  • Loading branch information
wavygecko authored and glassez committed Nov 28, 2024
1 parent dbfd830 commit 2282649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/rss/rss_autodownloadrule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2282649

Please sign in to comment.