From a8c83b47c7b8e499d78eff2a83ba40a4a7bd3cb8 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Thu, 18 Feb 2016 20:45:31 +0100 Subject: [PATCH] Use correct thumb URL --- inline_article.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inline_article.go b/inline_article.go index 91e045b..69700d3 100644 --- a/inline_article.go +++ b/inline_article.go @@ -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 {