mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-23 12:35:07 +00:00
fix google reader api icon url
This commit is contained in:
@@ -694,7 +694,7 @@ public class GoogleReaderREST {
|
|||||||
s.setTitle(sub.getTitle());
|
s.setTitle(sub.getTitle());
|
||||||
s.setUrl(sub.getFeed().getUrl());
|
s.setUrl(sub.getFeed().getUrl());
|
||||||
s.setHtmlUrl(sub.getFeed().getLink());
|
s.setHtmlUrl(sub.getFeed().getLink());
|
||||||
s.setIconUrl(sub.getFeed().getIconUrl());
|
s.setIconUrl(FeedUtils.getFaviconUrl(sub));
|
||||||
if (sub.getCategory() != null) {
|
if (sub.getCategory() != null) {
|
||||||
s.getCategories()
|
s.getCategories()
|
||||||
.add(
|
.add(
|
||||||
|
|||||||
Reference in New Issue
Block a user