Merge pull request #1313 from thsrite/main

This commit is contained in:
jxxghp 2024-01-05 11:52:39 +08:00 committed by GitHub
commit 55f8fb3b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ class TmdbScraper:
dir_path=file_path.parents[1])
# 生成根目录图片
for attr_name, attr_value in vars(mediainfo).items():
if attr_value \
if attr_name \
and attr_name.endswith("_path") \
and not attr_name.startswith("season") \
and attr_value \