mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Remove bad ASSERT in RSS downloader
This commit is contained in:
@@ -174,7 +174,6 @@ void RssDownloadRuleList::renameRule(const QString &old_name, const QString &new
|
||||
|
||||
const RssDownloadRule RssDownloadRuleList::getRule(const QString &name) const
|
||||
{
|
||||
Q_ASSERT(m_rules.contains(name));
|
||||
return m_rules[name];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user