mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix #4245
This commit is contained in:
@@ -402,6 +402,9 @@ class FileManagerModule(_ModuleBase):
|
|||||||
# 整理方式
|
# 整理方式
|
||||||
if not transfer_type:
|
if not transfer_type:
|
||||||
transfer_type = target_directory.transfer_type
|
transfer_type = target_directory.transfer_type
|
||||||
|
# 目标存储
|
||||||
|
if not target_storage:
|
||||||
|
target_storage = target_directory.library_storage
|
||||||
# 是否需要重命名
|
# 是否需要重命名
|
||||||
need_rename = target_directory.renaming
|
need_rename = target_directory.renaming
|
||||||
# 是否需要通知
|
# 是否需要通知
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
from typing import Optional, Union
|
from typing import Optional
|
||||||
|
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user