Skip to content

Commit

Permalink
add cover_image to search results (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
abemassry authored and irlndts committed Sep 2, 2019
1 parent f9bfcf8 commit 84a3ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type Search struct {
type Result struct {
Style []string `json:"style,omitempty"`
Thumb string `json:"thumb,omitempty"`
CoverImage string `json:"cover_image,omitempty"`
Title string `json:"title,omitempty"`
Country string `json:"country,omitempty"`
Format []string `json:"format,omitempty"`
Expand Down

0 comments on commit 84a3ecd

Please sign in to comment.