mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
fix alist delete
This commit is contained in:
@@ -381,7 +381,7 @@ class Alist(StorageBase, metaclass=Singleton):
|
|||||||
resp: Response = RequestUtils(
|
resp: Response = RequestUtils(
|
||||||
headers=self.__get_header_with_token()
|
headers=self.__get_header_with_token()
|
||||||
).post_res(
|
).post_res(
|
||||||
self.__get_api_url("/api/fs/delete"),
|
self.__get_api_url("/api/fs/remove"),
|
||||||
json={
|
json={
|
||||||
"dir": Path(fileitem.path).parent.as_posix(),
|
"dir": Path(fileitem.path).parent.as_posix(),
|
||||||
"names": [fileitem.name],
|
"names": [fileitem.name],
|
||||||
|
|||||||
Reference in New Issue
Block a user