diff --git a/config.go b/config.go index 4b1d835..ed3dd53 100644 --- a/config.go +++ b/config.go @@ -121,7 +121,7 @@ func (app *appContext) loadConfig() error { app.config.Section("jellyfin").Key("device_id").SetValue(fmt.Sprintf("jfa-go-%s-%s", version, commit)) LOGIP = app.config.Section("advanced").Key("log_ips").MustBool(false) - LOGIPU = app.config.Section("advanced").Key("log_ips_userpage").MustBool(false) + LOGIPU = app.config.Section("advanced").Key("log_ips_users").MustBool(false) // These two settings are pretty much the same url1 := app.config.Section("invite_emails").Key("url_base").String()