mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-23 06:35:24 -07:00
Don't add duplicate episodes to previously matched
This commit is contained in:
parent
e1bd1038c0
commit
259fca23b8
1 changed files with 2 additions and 0 deletions
|
@ -396,6 +396,8 @@ bool AutoDownloadRule::matchesSmartEpisodeFilter(const QString &articleTitle) co
|
||||||
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-REPACK");
|
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-REPACK");
|
||||||
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-PROPER");
|
m_dataPtr->lastComputedEpisodes.append(episodeStr + u"-PROPER");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_dataPtr->lastComputedEpisodes.append(episodeStr);
|
m_dataPtr->lastComputedEpisodes.append(episodeStr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue