We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0d00 commit 7c1b104Copy full SHA for 7c1b104
pkg/config/config.go
@@ -42,7 +42,7 @@ type Tokens struct {
42
43
type Server struct {
44
// Hostname to use for download links
45
- Hostname string `toml:"name"`
+ Hostname string `toml:"hostname"`
46
// Port is a server port to listen to
47
Port int `toml:"port"`
48
// DataDir is a path to a directory to keep XML feeds and downloaded episodes,
0 commit comments