Skip to content

Commit

Permalink
Update default_query param name in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Feb 1, 2023
1 parent cf58a6f commit b48f1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rtsp/rtsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit b48f1c1

Please sign in to comment.