fix bug
This commit is contained in:
parent
713f4ca356
commit
a47774472d
@ -81,7 +81,7 @@ class TmdbScraper:
|
|||||||
dir_path=file_path.parents[1])
|
dir_path=file_path.parents[1])
|
||||||
# 生成根目录图片
|
# 生成根目录图片
|
||||||
for attr_name, attr_value in vars(mediainfo).items():
|
for attr_name, attr_value in vars(mediainfo).items():
|
||||||
if attr_value \
|
if attr_name \
|
||||||
and attr_name.endswith("_path") \
|
and attr_name.endswith("_path") \
|
||||||
and not attr_name.startswith("season") \
|
and not attr_name.startswith("season") \
|
||||||
and attr_value \
|
and attr_value \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user