mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
- Fix regular refresh of RSS feeds
This commit is contained in:
parent
ebf341a6de
commit
22ec528cdf
2 changed files with 2 additions and 1 deletions
|
@ -749,7 +749,7 @@ void GUI::loadPreferences(bool configure_session) {
|
|||
// RSS
|
||||
if(Preferences::isRSSEnabled()) {
|
||||
displayRSSTab(true);
|
||||
rssWidget->updateRefreshInterval(Preferences::getRefreshInterval());
|
||||
rssWidget->updateRefreshInterval(Preferences::getRSSRefreshInterval());
|
||||
} else {
|
||||
displayRSSTab(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue