更新 __init__.py
This commit is contained in:
parent
21861111e6
commit
e1122af97c
@ -411,9 +411,6 @@ class FileTransferModule(_ModuleBase):
|
||||
if not target_dir.media_type and target_dir.auto_category:
|
||||
# 一级自动分类
|
||||
download_dir = Path(target_dir.path) / mediainfo.type.value
|
||||
elif target_dir.media_type:
|
||||
# 一级自定义分类
|
||||
download_dir = Path(target_dir.path) / target_dir.media_type
|
||||
else:
|
||||
download_dir = Path(target_dir.path)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user