This commit is contained in:
jxxghp
2025-01-07 20:58:27 +08:00
parent 0dc20cd9b4
commit 6f593beeed
5 changed files with 5 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ class Monitor(metaclass=Singleton):
self.transferchain.do_transfer(
fileitem=FileItem(
storage=storage,
path=str(event_path),
path=str(event_path).replace("\\", "/"),
type="file",
name=event_path.name,
basename=event_path.stem,