mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-20 12:21:46 +08:00
✨ Extract folder
This commit is contained in:
@ -164,6 +164,7 @@ func Path(c *gin.Context) {
|
||||
if driver.Config().LocalSort {
|
||||
model.SortFiles(files, account)
|
||||
}
|
||||
model.ExtractFolder(files, account)
|
||||
total, files := Pagination(files, &req)
|
||||
c.JSON(200, common.Resp{
|
||||
Code: 200,
|
||||
|
Reference in New Issue
Block a user