(no commit message)
[prss.git] / src / ttrss.c
index c22cf34..2c57b4e 100644 (file)
@@ -160,6 +160,9 @@ static struct headline **get_headlines(int feed_id)
                        j = json_object_object_get(jheadline, "title");
                        h->title = strdup(json_object_get_string(j));
 
+                       j = json_object_object_get(jheadline, "link");
+                       h->url = strdup(json_object_get_string(j));
+
                        h->excerpt = NULL;
                        h->content = NULL;