Merge pull request #1313 from thsrite/main
This commit is contained in:
commit
55f8fb3b66
@ -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