From 74fdf1601aa24c02baa0ff94f6d2159472e1f6d8 Mon Sep 17 00:00:00 2001 From: Stein Ivar Berghei Date: Tue, 30 May 2023 16:55:13 +0900 Subject: [PATCH] fixup! audio_codec still needs to be a array --- guessit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/guessit.go b/guessit.go index d52dfef..a9a6fe2 100644 --- a/guessit.go +++ b/guessit.go @@ -42,7 +42,6 @@ type Match struct { } func (u *Match) UnmarshalJSON(data []byte) error { - fmt.Println(u) type Alias Match aux := &struct { AudioCodec interface{} `json:"audio_codec,omitempty"`