parent
eb166f5e1a
commit
95c0ba95cc
|
@ -5,8 +5,6 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
"os/exec"
|
||||
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
type GuessitConfig struct {
|
||||
|
@ -36,8 +34,8 @@ type Match struct {
|
|||
Container string `json:"container,omitempty"`
|
||||
|
||||
// Audio
|
||||
AudioChannels string `json:"audio_channels,omitempty"`
|
||||
AudioCodec []string `json:"audio_codec,omitempty"`
|
||||
AudioChannels string `json:"audio_channels,omitempty"`
|
||||
AudioCodec string `json:"audio_codec,omitempty"`
|
||||
|
||||
// Other
|
||||
Other []string `json:"other,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue