1
0
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:
Maksym Pavlenko
2019-11-13 22:54:43 -08:00
parent 77e0d00737
commit 7c1b1046f1

View File

@ -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,