Merge branch 'jxxghp:v2' into v2

This commit is contained in:
winter0245
2026-01-13 09:30:16 +08:00
committed by GitHub
16 changed files with 408 additions and 227 deletions

View File

@@ -479,6 +479,8 @@ class SystemUtils:
def is_bluray_dir(dir_path: Path) -> bool:
"""
判断是否为蓝光原盘目录
(该方法已弃用,改用`StorageChain().is_bluray_folder)`
"""
if not dir_path.is_dir():
return False