mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-14 10:10:20 +08:00
fix _path_to_id
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user