@@ -66,5 +66,6 @@ func (c *Client) GetItem(imdbId string) (*Item, error) {
|
|||||||
ImdbVotes: util.Atoi(util.StripNonNumeric(b.ImdbVotes), 0),
|
ImdbVotes: util.Atoi(util.StripNonNumeric(b.ImdbVotes), 0),
|
||||||
Language: b.Language,
|
Language: b.Language,
|
||||||
Country: b.Country,
|
Country: b.Country,
|
||||||
|
Rated: b.Rated,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,4 +40,5 @@ type Item struct {
|
|||||||
ImdbVotes int `json:"ImdbVotes,omitempty"`
|
ImdbVotes int `json:"ImdbVotes,omitempty"`
|
||||||
Language string `json:"Language,omitempty"`
|
Language string `json:"Language,omitempty"`
|
||||||
Country string `json:"Country,omitempty"`
|
Country string `json:"Country,omitempty"`
|
||||||
|
Rated string `json:"Rated,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user