From 43fe8f25f8983e2da6072d0ef01aa540105a3099 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 26 Mar 2025 08:50:25 +0800 Subject: [PATCH] fix _path_to_id --- app/modules/filemanager/storages/u115.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/modules/filemanager/storages/u115.py b/app/modules/filemanager/storages/u115.py index c0925907..a0fc3c4a 100644 --- a/app/modules/filemanager/storages/u115.py +++ b/app/modules/filemanager/storages/u115.py @@ -256,9 +256,7 @@ class U115Pan(StorageBase, metaclass=Singleton): "GET", "/open/ufile/files", "data", - params={ - "cid": current_id - } + params={"cid": current_id, "limit": 1000, "cur": True, "show_dir": 1} ) for item in resp: if item["fn"] == part: