Merge pull request #30 from cedricziel/thumbFix

Use correct thumb URL
pull/31/head
Ian Byrd 9 years ago
commit df37d2d118

@ -56,7 +56,7 @@ func (r ArticleResult) MarshalJSON() ([]byte, error) {
} }
if r.ThumbURL != "" { if r.ThumbURL != "" {
props["thumb_url"] = r.URL props["thumb_url"] = r.ThumbURL
} }
if r.HideURL { if r.HideURL {

Loading…
Cancel
Save