fixup! audio_codec still needs to be a array

master v0.0.11
Stein Ivar Berghei 2023-05-30 16:55:13 +09:00
parent 294d179089
commit 74fdf1601a
1 changed files with 0 additions and 1 deletions

View File

@ -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"`