mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- rss feeds are now updated automatically every 10 minutes
This commit is contained in:
parent
86d38efcb2
commit
db9bc24b5f
3 changed files with 28 additions and 13 deletions
|
@ -170,7 +170,6 @@
|
|||
}
|
||||
|
||||
void RSSImp::updateLastRefreshedTimeForStreams() {
|
||||
qDebug("Refreshing last refresh time in rss list");
|
||||
unsigned int nbFeeds = listStreams->topLevelItemCount();
|
||||
for(unsigned int i=0; i<nbFeeds; ++i){
|
||||
QTreeWidgetItem* item = listStreams->topLevelItem(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue