mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 00:37:58 +00:00
Remove bad ASSERT in RSS downloader
This commit is contained in:
parent
10d815c60d
commit
4489934c21
@ -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];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user