fix TMDB没年份时使用种子中的年份

This commit is contained in:
jxxghp 2023-08-18 16:21:09 +08:00
parent 35afcd73ec
commit ca5794e069

View File

@ -509,7 +509,7 @@ class FileTransferModule(_ModuleBase):
# 识别名称
"name": meta.name,
# 年份
"year": mediainfo.year,
"year": mediainfo.year or meta.year,
# 版本
"edition": meta.edition,
# 分辨率