real girls forget to pass pointers at 3am
All checks were successful
/ build-linux-amd64 (push) Successful in 1m10s

This commit is contained in:
ari melody 2026-01-31 03:22:17 +00:00
parent 1d03bdebd0
commit f4381f7cdc
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -63,7 +63,7 @@ func ProbeSegment(filename string) (*ffprobeOutput, error) {
if err != nil { return nil, err }
probe := ffprobeOutput{}
err = json.Unmarshal([]byte(out), probe)
err = json.Unmarshal([]byte(out), &probe)
if err != nil { return nil, err }
return &probe, nil