From cd219e977235e83e265276454674d65adceb8b47 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:37:14 +0000 Subject: [PATCH] Fix rating Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com> --- vendor/github.com/tellytv/go.xtream-codes/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`