Browse Source

Remove unused property

pull/1130/head
Gabe Kangas 4 years ago
parent
commit
6f11351840
  1. 1
      controllers/admin/serverConfig.go

1
controllers/admin/serverConfig.go

@ -80,7 +80,6 @@ type serverConfigAdminResponse struct {
RTMPServerPort int `json:"rtmpServerPort"` RTMPServerPort int `json:"rtmpServerPort"`
S3 models.S3 `json:"s3"` S3 models.S3 `json:"s3"`
VideoSettings videoSettings `json:"videoSettings"` VideoSettings videoSettings `json:"videoSettings"`
LatencyLevel int `json:"latencyLevel"`
YP yp `json:"yp"` YP yp `json:"yp"`
ChatDisabled bool `json:"chatDisabled"` ChatDisabled bool `json:"chatDisabled"`
ExternalActions []models.ExternalAction `json:"externalActions"` ExternalActions []models.ExternalAction `json:"externalActions"`

Loading…
Cancel
Save