mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03: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
|
@ -301,6 +301,7 @@ void RssManager::updateRefreshInterval(unsigned int val){
|
|||
if(refreshInterval != val) {
|
||||
refreshInterval = val;
|
||||
newsRefresher.start(refreshInterval*60000);
|
||||
qDebug("New RSS refresh interval is now every %dmin", refreshInterval);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue