mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Fix possible rule saving issue
Matching articles are now previewable in the rss downloader dialog Make sure Rss downloading is enabled before checking for matching rules
This commit is contained in:
@@ -252,10 +252,6 @@ bool RssArticle::has_attachment() const {
|
||||
return !torrent_url.isEmpty();
|
||||
}
|
||||
|
||||
QString RssArticle::getId() const {
|
||||
return id;
|
||||
}
|
||||
|
||||
QHash<QString, QVariant> RssArticle::toHash() const {
|
||||
QHash<QString, QVariant> item;
|
||||
item["title"] = title;
|
||||
@@ -282,10 +278,6 @@ bool RssArticle::isValid() const {
|
||||
return is_valid;
|
||||
}
|
||||
|
||||
QString RssArticle::getTitle() const{
|
||||
return title;
|
||||
}
|
||||
|
||||
QString RssArticle::getAuthor() const {
|
||||
return author;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user