diff --git a/vendor/github.com/tellytv/go.xtream-codes/structs.go b/vendor/github.com/tellytv/go.xtream-codes/structs.go index 5355283..b60e843 100644 --- a/vendor/github.com/tellytv/go.xtream-codes/structs.go +++ b/vendor/github.com/tellytv/go.xtream-codes/structs.go @@ -140,7 +140,7 @@ type VideoOnDemandInfo struct { Genre string `json:"genre"` MovieImage string `json:"movie_image"` Plot string `json:"plot"` - Rating string `json:"rating"` + Rating FlexFloat `json:"rating"` ReleaseDate string `json:"releasedate"` TmdbID FlexInt `json:"tmdb_id"` Video FFMPEGStreamInfo `json:"video"`