fix: default root folder of `baidu_netdisk`

pull/1604/head
Noah Hsu 2022-09-03 10:12:28 +08:00
parent 611457c0e7
commit 552aba997c
1 changed files with 1 additions and 7 deletions

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 {