mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Don't process new/updated RSS rules when disabled
This commit is contained in:
committed by
sledgehammer999
parent
b9ddc6ee86
commit
9299e3f371
@@ -424,6 +424,8 @@ bool AutoDownloader::isProcessingEnabled() const
|
||||
void AutoDownloader::resetProcessingQueue()
|
||||
{
|
||||
m_processingQueue.clear();
|
||||
if (!m_processingEnabled) return;
|
||||
|
||||
foreach (Article *article, Session::instance()->rootFolder()->articles()) {
|
||||
if (!article->isRead() && !article->torrentUrl().isEmpty())
|
||||
addJobForArticle(article);
|
||||
|
||||
Reference in New Issue
Block a user