From 7c1b1046f19fee5fa85bb34c0f7edec7013d55f7 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Wed, 13 Nov 2019 22:54:43 -0800 Subject: [PATCH] Fix hostname config option --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 0fb8ff5..dcaa8e0 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -42,7 +42,7 @@ type Tokens struct { type Server struct { // Hostname to use for download links - Hostname string `toml:"name"` + Hostname string `toml:"hostname"` // Port is a server port to listen to Port int `toml:"port"` // DataDir is a path to a directory to keep XML feeds and downloaded episodes,