Skip to content

Commit

Permalink
Fix hostname config option
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 14, 2019
1 parent 77e0d00 commit 7c1b104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7c1b104

Please sign in to comment.