mirror of
https://github.com/rclone/rclone.git
synced 2026-01-07 19:13:19 +00:00
rc: fix options/local to return the filter options
This commit is contained in:
@@ -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) {
|
||||
out = make(Params)
|
||||
out["config"] = fs.GetConfig(ctx)
|
||||
out["filter"] = filter.GetConfig(ctx)
|
||||
out["filter"] = filter.GetConfig(ctx).Opt
|
||||
return out, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user