This commit is contained in:
jxxghp
2025-07-28 16:55:22 +08:00
parent 70dd8f0f1d
commit 5340e3a0a7
9 changed files with 17 additions and 17 deletions

View File

@@ -165,7 +165,7 @@ class FileManagerModule(_ModuleBase):
episodes_info=episodes_info,
file_ext=Path(meta.title).suffix)
)
return str(path)
return path.as_posix() if path else ""
def save_config(self, storage: str, conf: Dict) -> None:
"""