mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Make stream keys objects with comment instead of string slice
This commit is contained in:
@ -100,7 +100,7 @@ type serverConfigAdminResponse struct {
|
||||
InstanceDetails webConfigResponse `json:"instanceDetails"`
|
||||
FFmpegPath string `json:"ffmpegPath"`
|
||||
AdminPassword string `json:"adminPassword"`
|
||||
StreamKeys []string `json:"streamKeys"`
|
||||
StreamKeys []models.StreamKey `json:"streamKeys"`
|
||||
WebServerPort int `json:"webServerPort"`
|
||||
WebServerIP string `json:"webServerIP"`
|
||||
RTMPServerPort int `json:"rtmpServerPort"`
|
||||
|
||||
Reference in New Issue
Block a user