X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fmain.c;h=39ad7c38b31e0b4ced8854987b997a4cbd65c57c;hp=6d9aeaddce7b41f88c11950f72d57416446266df;hb=05d4d920a38f57f2afc0ef349d8f4c96a5852878;hpb=5bb795e97e53ef92cb7b28ee3598ad2aa4ec65d3 diff --git a/src/main.c b/src/main.c index 6d9aead..39ad7c3 100644 --- a/src/main.c +++ b/src/main.c @@ -134,6 +134,10 @@ void update() } model_state = 0; + feeds = ttrss_get_feeds(); + if (feeds) + ttrs_download_headline_content(feeds); + log_debug("update() done"); }