mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-18 19:00:44 +08:00
Merge 07df5b6f3d into f6b7ecdc83
This commit is contained in:
commit
f5937002c8
@ -229,6 +229,10 @@ class Alist_sync:
|
|||||||
)
|
)
|
||||||
for target_list in target_dir_list:
|
for target_list in target_dir_list:
|
||||||
if self.tv_mode:
|
if self.tv_mode:
|
||||||
|
if source_list["is_dir"]:
|
||||||
|
# print(f"跳过目录同步")
|
||||||
|
skip = True
|
||||||
|
break
|
||||||
target_list_filename = (
|
target_list_filename = (
|
||||||
target_list["name"]
|
target_list["name"]
|
||||||
.replace(".mp4", "")
|
.replace(".mp4", "")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user