]> git.sur5r.net Git - minitube/blobdiff - src/channelaggregator.cpp
Restore original aggregator behaviour (always on)
[minitube] / src / channelaggregator.cpp
index a7eb0553449adb7e0dcd227362c379c346f267ec..b660c380ee9848cadeeaf7aca916fe2b7198f852 100644 (file)
@@ -160,7 +160,7 @@ void ChannelAggregator::videosLoaded(const QList<Video*> &videos) {
         foreach (Video* video, videos) video->deleteLater();
     }
 
-    QTimer::singleShot(1000, this, SLOT(processNextChannel()));
+    QTimer::singleShot(0, this, SLOT(processNextChannel()));
 }
 
 void ChannelAggregator::updateUnwatchedCount() {