aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-19 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-19 20:20:20 +0100
commitd4dcdafb0adf247c5726db6f0fe10815b5fdc400 (patch)
treea2609a85cd47a365a07f4f81550092b367b45358 /c_lhosts.go
parentye (diff)
downloadhardflip-d4dcdafb0adf247c5726db6f0fe10815b5fdc400.tar.gz
hardflip-d4dcdafb0adf247c5726db6f0fe10815b5fdc400.tar.bz2
hardflip-d4dcdafb0adf247c5726db6f0fe10815b5fdc400.tar.xz
hardflip-d4dcdafb0adf247c5726db6f0fe10815b5fdc400.tar.zst
hardflip-d4dcdafb0adf247c5726db6f0fe10815b5fdc400.zip
reload
Diffstat (limited to '')
-rw-r--r--c_lhosts.go3
1 files changed, 2 insertions, 1 deletions
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