1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 09:55:55 +00:00

Do not override RSS feed title if the user renamed it

This commit is contained in:
Christophe Dumez 2012-08-18 21:30:15 +03:00
parent ad7c9ace50
commit 58bc10fc47

View File

@ -268,7 +268,7 @@ void RssFeed::handleFeedTitle(const QString& feedUrl, const QString& title)
if (feedUrl != m_url)
return;
rename(title);
m_title = title;
}
void RssFeed::handleNewArticle(const QString& feedUrl, const QVariantHash& articleData)