mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Do not override RSS feed title if the user renamed it
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user