Fix yaml property name

This commit is contained in:
Gabe Kangas 2021-02-21 13:06:32 -08:00
parent 765dd7efe2
commit b1368db079

View file

@ -226,7 +226,7 @@ type videoSettings struct {
// yp allows registration to the central Owncast yp (Yellow pages) service operating as a directory.
type yp struct {
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.