From d4dcdafb0adf247c5726db6f0fe10815b5fdc400 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 19 Dec 2023 20:20:20 +0100 Subject: reload --- c_lhosts.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c_lhosts.go') diff --git a/c_lhosts.go b/c_lhosts.go index c556fd5..a1220d2 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -63,10 +63,11 @@ type HostNode struct { JumpUser string `yaml:"jump_user"` JumpPass string `yaml:"jump_pass"` JumpPriv string `yaml:"jump_priv"` - Quality string `yaml:"quality"` + Quality uint8 `yaml:"quality"` Domain string `yaml:"domain"` Width uint16 `yaml:"width"` Height uint16 `yaml:"height"` + Dynamic bool `yaml:"dynamic"` Note string `yaml:"note"` Filename string Folder string -- cgit v1.2.3