E56E chore: alist 路径不是 / 时候导致获取不到文件 · TTB-Network/python-openbmclapi@b2cff1a · GitHub
[go: up one dir, main page]

Skip to content

Commit b2cff1a

Browse files
committed
chore: alist 路径不是 / 时候导致获取不到文件
1 parent 5cb2945 commit b2cff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/storage/alist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def list_files(self, path: str) -> list[abc.FileInfo]:
131131
}
132132
) as session:
133133
async with session.post(
134-
f"/api/fs/list?path={path}",
134+
f"/api/fs/list",
135135
json={
136136
"path": root,
137137
}

0 commit comments

Comments
 (0)
0