mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix _path_to_id
This commit is contained in:
@@ -256,9 +256,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
|||||||
"GET",
|
"GET",
|
||||||
"/open/ufile/files",
|
"/open/ufile/files",
|
||||||
"data",
|
"data",
|
||||||
params={
|
params={"cid": current_id, "limit": 1000, "cur": True, "show_dir": 1}
|
||||||
"cid": current_id
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
for item in resp:
|
for item in resp:
|
||||||
if item["fn"] == part:
|
if item["fn"] == part:
|
||||||
|
|||||||
Reference in New Issue
Block a user