media: add ImdbVotes field to Omdb struct
This commit is contained in:
@@ -37,4 +37,5 @@ type Item struct {
|
||||
Metascore int `json:"Metascore,omitempty"`
|
||||
RottenTomatoes int `json:"RottenTomatoes,omitempty"`
|
||||
ImdbRating float64 `json:"ImdbRating,omitempty"`
|
||||
ImdbVotes int `json:"ImdbVotes,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user