parent
294d179089
commit
74fdf1601a
|
@ -42,7 +42,6 @@ type Match struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (u *Match) UnmarshalJSON(data []byte) error {
|
func (u *Match) UnmarshalJSON(data []byte) error {
|
||||||
fmt.Println(u)
|
|
||||||
type Alias Match
|
type Alias Match
|
||||||
aux := &struct {
|
aux := &struct {
|
||||||
AudioCodec interface{} `json:"audio_codec,omitempty"`
|
AudioCodec interface{} `json:"audio_codec,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue