mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-11 01:44:58 -06:00
Add setting to ignore RSS rule matches for X days
This commit is contained in:
@@ -109,6 +109,7 @@ void RssArticle::markAsRead() {
|
||||
m_read = true;
|
||||
m_parent->decrementUnreadCount();
|
||||
m_parent->markAsDirty();
|
||||
emit articleWasRead();
|
||||
}
|
||||
|
||||
const QString& RssArticle::guid() const
|
||||
@@ -122,8 +123,6 @@ const QString& RssArticle::title() const
|
||||
}
|
||||
|
||||
void RssArticle::handleTorrentDownloadSuccess(const QString &url) {
|
||||
if (url == m_torrentUrl || url == m_link) {
|
||||
if (url == m_torrentUrl || url == m_link)
|
||||
markAsRead();
|
||||
emit articleWasRead();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user