Merge pull request #30 from cedricziel/thumbFix

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

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

Loading…
Cancel
Save