alroyso 9 months ago
parent
commit
733be75dde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/controller/alist/alist_v1_get_list.go

+ 1 - 1
internal/controller/alist/alist_v1_get_list.go

@@ -22,7 +22,7 @@ func (c *ControllerV1) GetList(ctx context.Context, req *v1.GetListReq) (res *v1
 	if err != nil {
 		return nil, err
 	}
-	contents, err := apiTools.RecursiveCollectContents("/pikpak/moive", "", "", "", currentSubPath, "")
+	contents, err := apiTools.RecursiveCollectContents("/pikpakwebdav/moive", "", "", "", currentSubPath, "")
 	if err != nil {
 		return nil, err
 	}