diff --git a/subtitles/data.go b/subtitles/data.go index 716dcc5..93991cf 100644 --- a/subtitles/data.go +++ b/subtitles/data.go @@ -51,11 +51,6 @@ type PlayerResponseData struct { type SubtitlesResponse struct { Body []struct { - From float64 `json:"from"` - To float64 `json:"to"` - Sid int `json:"sid"` - Location int `json:"location"` - Content string `json:"content"` - Music int `json:"music"` + Content string `json:"content"` } `json:"body"` }