Update dependencies, fix invalid directory config parse

This commit is contained in:
Širhoe Biazhkovič
2021-12-21 14:19:53 +03:00
committed by Lawrence, Rendall
parent d438ad58fe
commit 5a1ac73a3d
4 changed files with 305 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ func init() {
// Config - implementation of directory container configuration.
// Extends list.Config because uses the same storage and Approved function.
type Config struct {
list.Config
list.Config `yaml:",inline"`
// Path in filesystem where torrent files stored and should be watched
Path string `yaml:"path"`
}