mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 05:32:05 +00:00
Do not override RSS feed title if the user renamed it
This commit is contained in:
parent
ad7c9ace50
commit
58bc10fc47
@ -268,7 +268,7 @@ void RssFeed::handleFeedTitle(const QString& feedUrl, const QString& title)
|
|||||||
if (feedUrl != m_url)
|
if (feedUrl != m_url)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
rename(title);
|
m_title = title;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RssFeed::handleNewArticle(const QString& feedUrl, const QVariantHash& articleData)
|
void RssFeed::handleNewArticle(const QString& feedUrl, const QVariantHash& articleData)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user