mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
fix ci
This commit is contained in:
parent
80731ce248
commit
5c8eceb4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ func checkPathName(name string) error {
|
|||
}
|
||||
|
||||
type PathConf struct {
|
||||
Regexp *regexp.Regexp
|
||||
Regexp *regexp.Regexp `yaml:"-"`
|
||||
Source string `yaml:"source"`
|
||||
SourceUrl *url.URL `yaml:"-"`
|
||||
SourceProtocol string `yaml:"sourceProtocol"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue