From 2348f11d02d864f267ea050af47c756b78a6e425 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Tue, 2 Mar 2021 20:25:03 +0100 Subject: [PATCH] bugfix --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index cc61ec1..98946f7 100644 --- a/types.go +++ b/types.go @@ -19,7 +19,7 @@ type config struct { } `json:"unms"` Unifi struct { Enabled bool `json:"enabled"` - DisplayUsers bool `json:"enabled"` + DisplayUsers bool `json:"displayusers"` APIURL string `json:"APIUrl"` User string `json:"user"` Password string `json:"password"`