This commit is contained in:
jenfonro 2025-06-26 17:28:24 +08:00 committed by GitHub
commit f5937002c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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