mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-28 00:20:01 -07:00
Update dependencies, fix invalid directory config parse
This commit is contained in:
committed by
Lawrence, Rendall
parent
d438ad58fe
commit
5a1ac73a3d
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user