1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 06:01:29 +00:00

show icons in feedlist

This commit is contained in:
Andrew Dolgov
2010-11-16 09:49:00 +03:00
parent 4a28ab4444
commit 2ef5c21f61
4 changed files with 42 additions and 1 deletions

View File

@@ -7215,6 +7215,7 @@
$obj['type'] = 'feed';
$obj['error'] = $error;
$obj['updated'] = $updated;
$obj['icon'] = getFeedIcon($feed_id);
return $obj;
}