chore(revive): make lint happy

This commit is contained in:
源文雨
2024-03-04 15:38:26 +09:00
parent 6c20f22548
commit ece68dae9b
6 changed files with 11 additions and 11 deletions

View File

@@ -241,9 +241,9 @@ type listInfoOfAPI struct {
PublishTime int64 `json:"publishTime"`
Tns []string `json:"tns,omitempty"`
} `json:"tracks"`
VideoIds interface{} `json:"videoIds"`
VideoIDs interface{} `json:"videoIds"`
Videos interface{} `json:"videos"`
TrackIds []struct {
TrackIDs []struct {
ID int `json:"id"`
V int `json:"v"`
T int `json:"t"`