mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-27 11:11:07 +08:00
修复 刮削电影会误报父目录的海报图已存在
This commit is contained in:
@@ -618,7 +618,7 @@ class MediaChain(ChainBase):
|
|||||||
should_scrape = True # 未知类型默认刮削
|
should_scrape = True # 未知类型默认刮削
|
||||||
|
|
||||||
if should_scrape:
|
if should_scrape:
|
||||||
image_path = filepath.with_name(image_name)
|
image_path = filepath / image_name
|
||||||
if overwrite or not storagechain.get_file_item(storage=fileitem.storage,
|
if overwrite or not storagechain.get_file_item(storage=fileitem.storage,
|
||||||
path=image_path):
|
path=image_path):
|
||||||
# 流式下载图片并直接保存
|
# 流式下载图片并直接保存
|
||||||
|
|||||||
Reference in New Issue
Block a user