diff options
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config.go b/app/config.go index 884bb4b..d0e1e2f 100644 --- a/app/config.go +++ b/app/config.go @@ -69,7 +69,7 @@ type Copyright struct { func DefaultConfig() *Config { return &Config{ Library: []*PathConfig{ - &PathConfig{ + { Path: "videos", Prefix: "", PreserveUploadFilename: false, @@ -84,7 +84,7 @@ func DefaultConfig() *Config { MaxUploadSize: 104857600, }, Thumbnailer: &ThumbnailerConfig{ - Timeout: 60, + Timeout: 60, PositionFromStart: 3, }, Transcoder: &TranscoderConfig{ |
