mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-17 18:30:43 +08:00
♻️ 不再同步所有子文件夹
This commit is contained in:
parent
07df5b6f3d
commit
5aecad7f03
@ -228,11 +228,11 @@ class Alist_sync:
|
|||||||
.lower()
|
.lower()
|
||||||
)
|
)
|
||||||
for target_list in target_dir_list:
|
for target_list in target_dir_list:
|
||||||
|
if source_list["is_dir"]:
|
||||||
|
# print(f"跳过目录同步")
|
||||||
|
skip = True
|
||||||
|
break
|
||||||
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