Remove unused value

This commit is contained in:
Gabe Kangas
2020-10-14 17:00:35 -07:00
parent 5e45c53b87
commit 2647b3fac8
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ func getDefaults() config {
defaults.FFMpegPath = getDefaultFFMpegPath()
defaults.VideoSettings.ChunkLengthInSeconds = 4
defaults.Files.MaxNumberInPlaylist = 5
defaults.VideoSettings.OfflineContent = "static/offline.m4v"
defaults.YP.Enabled = false
defaults.YP.YPServiceURL = "https://yp.owncast.online"