mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 22:43:44 +08:00
fix #3247
This commit is contained in:
@@ -426,7 +426,7 @@ class MediaChain(ChainBase, metaclass=Singleton):
|
|||||||
# 电影目录
|
# 电影目录
|
||||||
if is_bluray_folder(fileitem):
|
if is_bluray_folder(fileitem):
|
||||||
# 原盘目录
|
# 原盘目录
|
||||||
nfo_path = filepath / "movie.nfo"
|
nfo_path = filepath / (filepath.name + ".nfo")
|
||||||
if not overwrite and self.storagechain.get_file_item(storage=fileitem.storage, path=nfo_path):
|
if not overwrite and self.storagechain.get_file_item(storage=fileitem.storage, path=nfo_path):
|
||||||
logger.info(f"已存在nfo文件:{nfo_path}")
|
logger.info(f"已存在nfo文件:{nfo_path}")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user