From b48f1c1a0b80f204d3c70147bc63b961b1cd7031 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Wed, 1 Feb 2023 10:39:54 +0300 Subject: [PATCH] Update default_query param name in API response --- cmd/rtsp/rtsp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rtsp/rtsp.go b/cmd/rtsp/rtsp.go index e61809a8..67a80c39 100644 --- a/cmd/rtsp/rtsp.go +++ b/cmd/rtsp/rtsp.go @@ -19,7 +19,7 @@ func Init() { Listen string `yaml:"listen" json:"listen"` Username string `yaml:"username" json:"-"` Password string `yaml:"password" json:"-"` - DefaultQuery string `yaml:"default_query"` + DefaultQuery string `yaml:"default_query" json:"default_query"` } `yaml:"rtsp"` }