mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 03:01:32 +03:00
Remove unused value
This commit is contained in:
parent
5e45c53b87
commit
2647b3fac8
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ type videoSettings struct {
|
||||||
ChunkLengthInSeconds int `yaml:"chunkLengthInSeconds"`
|
ChunkLengthInSeconds int `yaml:"chunkLengthInSeconds"`
|
||||||
StreamingKey string `yaml:"streamingKey"`
|
StreamingKey string `yaml:"streamingKey"`
|
||||||
StreamQualities []StreamQuality `yaml:"streamQualities"`
|
StreamQualities []StreamQuality `yaml:"streamQualities"`
|
||||||
OfflineContent string `yaml:"offlineContent"`
|
|
||||||
HighestQualityStreamIndex int `yaml:"-"`
|
HighestQualityStreamIndex int `yaml:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ func getDefaults() config {
|
||||||
defaults.FFMpegPath = getDefaultFFMpegPath()
|
defaults.FFMpegPath = getDefaultFFMpegPath()
|
||||||
defaults.VideoSettings.ChunkLengthInSeconds = 4
|
defaults.VideoSettings.ChunkLengthInSeconds = 4
|
||||||
defaults.Files.MaxNumberInPlaylist = 5
|
defaults.Files.MaxNumberInPlaylist = 5
|
||||||
defaults.VideoSettings.OfflineContent = "static/offline.m4v"
|
|
||||||
defaults.YP.Enabled = false
|
defaults.YP.Enabled = false
|
||||||
defaults.YP.YPServiceURL = "https://yp.owncast.online"
|
defaults.YP.YPServiceURL = "https://yp.owncast.online"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue