mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 10:07:27 +03:00
Add missing 'return' statement
This commit is contained in:
parent
d94b8f08ab
commit
54354a2732
1 changed files with 2 additions and 0 deletions
|
@ -384,6 +384,8 @@ bool AutoDownloadRule::accepts(const QVariantHash &articleData)
|
|||
m_dataPtr->previouslyMatchedEpisodes.append(m_dataPtr->lastComputedEpisode);
|
||||
m_dataPtr->lastComputedEpisode.clear();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
AutoDownloadRule &AutoDownloadRule::operator=(const AutoDownloadRule &other)
|
||||
|
|
Loading…
Reference in a new issue