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:
parent
ad7c9ace50
commit
58bc10fc47
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user