mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-21 23:13:46 +03:00
parent
d90a9d15ac
commit
d11622e3c0
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
Reference in a new issue