fix: default root folder of baidu_netdisk

This commit is contained in:
Noah Hsu 2022-09-03 10:12:28 +08:00
parent 611457c0e7
commit 552aba997c

View File

@ -17,13 +17,7 @@ type Addition struct {
var config = driver.Config{ var config = driver.Config{
Name: "BaiduNetdisk", Name: "BaiduNetdisk",
LocalSort: false, DefaultRoot: "/",
OnlyLocal: false,
OnlyProxy: false,
NoCache: false,
NoUpload: false,
NeedMs: false,
DefaultRoot: "root, / or other",
} }
func New() driver.Driver { func New() driver.Driver {