fix(local): incorrect path of thumbnail (for 6453ae0)

This commit is contained in:
Noah Hsu
2023-01-16 20:02:30 +08:00
parent 8b523fab8b
commit 9d9377f65d
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ func list(ctx context.Context, path string, refresh ...bool) ([]model.Obj, error
var _objs []model.Obj
if storage != nil {
_objs, err = op.List(ctx, storage, actualPath, model.ListArgs{
//ReqPath: path,
ReqPath: path,
}, refresh...)
if err != nil {
log.Errorf("%+v", err)