mirror of https://bitbucket.org/ausocean/av.git
revid: calling reset inside revid.Update once config is updated
This commit is contained in:
parent
5a2d89ef8f
commit
cc4d683ba6
|
@ -495,7 +495,7 @@ func (r *Revid) Update(vars map[string]string) error {
|
|||
}
|
||||
}
|
||||
r.config.Logger.Log(logger.Info, pkg+"revid config changed", "config", fmt.Sprint("%+v", r.config))
|
||||
return nil
|
||||
return r.reset(r.config)
|
||||
}
|
||||
|
||||
// outputClips takes the clips produced in the packClips method and outputs them
|
||||
|
|
Loading…
Reference in New Issue