mirror of
https://github.com/rclone/rclone.git
synced 2025-01-10 16:28:30 +01:00
rc: fix options/local to return the filter options
This commit is contained in:
parent
04a8859d29
commit
c5a299d5b1
@ -103,7 +103,7 @@ map to the external options very easily with a few exceptions.
|
|||||||
func rcOptionsLocal(ctx context.Context, in Params) (out Params, err error) {
|
func rcOptionsLocal(ctx context.Context, in Params) (out Params, err error) {
|
||||||
out = make(Params)
|
out = make(Params)
|
||||||
out["config"] = fs.GetConfig(ctx)
|
out["config"] = fs.GetConfig(ctx)
|
||||||
out["filter"] = filter.GetConfig(ctx)
|
out["filter"] = filter.GetConfig(ctx).Opt
|
||||||
return out, nil
|
return out, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user