Fix device_id and device_private for HomeKit config

This commit is contained in:
Alex X
2024-05-12 15:59:50 +03:00
parent 5ccbd7c1c2
commit 9160403b99
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func Init() {
Username string `yaml:"username" json:"-"`
Password string `yaml:"password" json:"-"`
DefaultQuery string `yaml:"default_query" json:"default_query"`
PacketSize uint16 `yaml:"pkt_size"`
PacketSize uint16 `yaml:"pkt_size" json:"packet_size"`
} `yaml:"rtsp"`
}