Fix yaml property name
This commit is contained in:
parent
765dd7efe2
commit
b1368db079
@ -226,7 +226,7 @@ type videoSettings struct {
|
|||||||
// yp allows registration to the central Owncast yp (Yellow pages) service operating as a directory.
|
// yp allows registration to the central Owncast yp (Yellow pages) service operating as a directory.
|
||||||
type yp struct {
|
type yp struct {
|
||||||
Enabled bool `yaml:"enabled"`
|
Enabled bool `yaml:"enabled"`
|
||||||
InstanceURL string `yaml:"instanceUrl"` // The public URL the directory should link to
|
InstanceURL string `yaml:"instanceURL"` // The public URL the directory should link to
|
||||||
}
|
}
|
||||||
|
|
||||||
// streamQuality defines the specifics of a single HLS stream variant.
|
// streamQuality defines the specifics of a single HLS stream variant.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user