This commit is contained in:
jxxghp
2024-02-20 14:41:25 +08:00
parent f43efab831
commit 4183dca80f
4 changed files with 15 additions and 15 deletions

View File

@ -482,7 +482,7 @@ class TransferChain(ChainBase):
return
@staticmethod
def get_root_path(path: str, type_name: str, category: str) -> Path:
def get_root_path(path: str, type_name: str, category: str) -> Optional[Path]:
"""
计算媒体库目录的根路径
"""