♻️ 不再同步所有子文件夹

This commit is contained in:
jenfonro 2025-06-26 19:36:22 +08:00 committed by GitHub
parent 07df5b6f3d
commit 5aecad7f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,11 +228,11 @@ class Alist_sync:
.lower()
)
for target_list in target_dir_list:
if source_list["is_dir"]:
# print(f"跳过目录同步")
skip = True
break
if self.tv_mode:
if source_list["is_dir"]:
# print(f"跳过目录同步")
skip = True
break
target_list_filename = (
target_list["name"]
.replace(".mp4", "")