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{
Name: "BaiduNetdisk",
LocalSort: false,
OnlyLocal: false,
OnlyProxy: false,
NoCache: false,
NoUpload: false,
NeedMs: false,
DefaultRoot: "root, / or other",
DefaultRoot: "/",
}
func New() driver.Driver {