This commit is contained in:
parent
adf418f016
commit
a63c9fe295
@ -51,11 +51,6 @@ type PlayerResponseData struct {
|
|||||||
|
|
||||||
type SubtitlesResponse struct {
|
type SubtitlesResponse struct {
|
||||||
Body []struct {
|
Body []struct {
|
||||||
From float64 `json:"from"`
|
|
||||||
To float64 `json:"to"`
|
|
||||||
Sid int `json:"sid"`
|
|
||||||
Location int `json:"location"`
|
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
Music int `json:"music"`
|
|
||||||
} `json:"body"`
|
} `json:"body"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user