Browse Source

Fix missing reference to author in TT-RSS.

microsub
J. King 5 years ago
parent
commit
65f723c7d4
  1. 1
      lib/REST/TinyTinyRSS/API.php

1
lib/REST/TinyTinyRSS/API.php

@ -1286,6 +1286,7 @@ class API extends \JKingWeb\Arsse\REST\AbstractHandler {
"id", "id",
"guid", "guid",
"title", "title",
"author",
"url", "url",
"unread", "unread",
"starred", "starred",

Loading…
Cancel
Save