mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Do not override RSS feed title if the user renamed it
This commit is contained in:
parent
ad7c9ace50
commit
58bc10fc47
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue