Skip to content

Commit

Permalink
Update rtsp.go
Browse files Browse the repository at this point in the history
Co-authored-by: randhid <[email protected]>
  • Loading branch information
nicksanford and randhid authored Feb 6, 2025
1 parent beb1901 commit 2e294a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func init() {
type Config struct {
Address string `json:"rtsp_address"`
RTPPassthrough *bool `json:"rtp_passthrough"`
LazyDecode bool `json:"lazy_decode"`
LazyDecode bool `json:"lazy_decode,omitempty"`
Query viamupnp.DeviceQuery `json:"query"`
}

Expand Down

0 comments on commit 2e294a3

Please sign in to comment.