Allow to disable downloading REPACK/PROPER matches

This commit is contained in:
Stephen Dawkins
2018-09-23 20:31:01 +01:00
committed by Vladimir Golovnev (Glassez)
parent b09e32ebc0
commit d8054f9cb3
5 changed files with 33 additions and 2 deletions

View File

@@ -85,6 +85,9 @@ namespace RSS
void setSmartEpisodeFilters(const QStringList &filters);
QRegularExpression smartEpisodeRegex() const;
bool downloadRepacks() const;
void setDownloadRepacks(bool downloadRepacks);
bool hasRule(const QString &ruleName) const;
AutoDownloadRule ruleByName(const QString &ruleName) const;
QList<AutoDownloadRule> rules() const;