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