mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-22 12:04:16 +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.setUrl(sub.getFeed().getUrl());
|
||||
s.setHtmlUrl(sub.getFeed().getLink());
|
||||
s.setIconUrl(sub.getFeed().getIconUrl());
|
||||
s.setIconUrl(FeedUtils.getFaviconUrl(sub));
|
||||
if (sub.getCategory() != null) {
|
||||
s.getCategories()
|
||||
.add(
|
||||
|
||||
Reference in New Issue
Block a user