diff --git a/backend/combine/combine.go b/backend/combine/combine.go index 914eaca6e..d01071a95 100644 --- a/backend/combine/combine.go +++ b/backend/combine/combine.go @@ -858,7 +858,7 @@ func (f *Fs) ListP(ctx context.Context, dir string, callback fs.ListRCallback) e } return wrappedCallback(entries) } - return listP(ctx, dir, wrappedCallback) + return listP(ctx, uRemote, wrappedCallback) } // ListR lists the objects and directories of the Fs starting