Browse Source

Fix yaml property name

pull/753/head
Gabe Kangas 4 years ago
parent
commit
b1368db079
  1. 2
      core/data/migrator.go

2
core/data/migrator.go

@ -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…
Cancel
Save