(no commit message)
[prss.git] / src / main.c
index 13411c9..39ad7c3 100644 (file)
@@ -134,6 +134,10 @@ void update()
        }
        model_state = 0;
 
+       feeds = ttrss_get_feeds();
+       if (feeds)
+               ttrs_download_headline_content(feeds);
+
        log_debug("update() done");
 }
 
@@ -504,7 +508,6 @@ int main(int argc, char **argv)
 
        log_init();
 
-       http_init();
        ws_init();
 
        gtk_init(NULL, NULL);