Skip to content

Commit 7c1b104

Browse files
committed
Fix hostname config option
1 parent 77e0d00 commit 7c1b104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type Tokens struct {
4242

4343
type Server struct {
4444
// Hostname to use for download links
45-
Hostname string `toml:"name"`
45+
Hostname string `toml:"hostname"`
4646
// Port is a server port to listen to
4747
Port int `toml:"port"`
4848
// DataDir is a path to a directory to keep XML feeds and downloaded episodes,

0 commit comments

Comments
 (0)