mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
Ignore RSS articles with non-unique identifiers
This commit is contained in:
parent
d710bbd9ef
commit
68ee071331
2 changed files with 19 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
#include <QSet>
|
||||
#include <QString>
|
||||
#include <QVariantHash>
|
||||
|
||||
|
@ -69,6 +70,7 @@ namespace RSS
|
|||
|
||||
QString m_baseUrl;
|
||||
ParsingResult m_result;
|
||||
QSet<QString> m_articleIDs;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue