mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix hostname config option
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user