mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Remove unused property
This commit is contained in:
parent
1586d80a32
commit
6f11351840
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ type serverConfigAdminResponse struct {
|
|||
RTMPServerPort int `json:"rtmpServerPort"`
|
||||
S3 models.S3 `json:"s3"`
|
||||
VideoSettings videoSettings `json:"videoSettings"`
|
||||
LatencyLevel int `json:"latencyLevel"`
|
||||
YP yp `json:"yp"`
|
||||
ChatDisabled bool `json:"chatDisabled"`
|
||||
ExternalActions []models.ExternalAction `json:"externalActions"`
|
||||
|
|
Loading…
Reference in a new issue