Skip to content

Commit

Permalink
fix: default root folder of baidu_netdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 3, 2022
1 parent 611457c commit 552aba9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions drivers/baidu_netdisk/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 552aba9

Please sign in to comment.