mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-09 09:40:06 +08:00
fix: 修复了在某些特定场景下,手动整理无法正确获取目标路径的问题。
This commit is contained in:
@@ -326,7 +326,7 @@ class FileManagerModule(_ModuleBase):
|
||||
if target_path:
|
||||
target_directory = directoryhelper.get_dir(mediainfo, dest_path=target_path)
|
||||
else:
|
||||
target_directory = directoryhelper.get_dir(mediainfo)
|
||||
target_directory = directoryhelper.get_dir(mediainfo, fileitem=fileitem)
|
||||
|
||||
if target_directory:
|
||||
# 拼装媒体库一、二级子目录
|
||||
|
||||
Reference in New Issue
Block a user