fix TMDB没年份时使用种子中的年份
This commit is contained in:
parent
35afcd73ec
commit
ca5794e069
@ -509,7 +509,7 @@ class FileTransferModule(_ModuleBase):
|
||||
# 识别名称
|
||||
"name": meta.name,
|
||||
# 年份
|
||||
"year": mediainfo.year,
|
||||
"year": mediainfo.year or meta.year,
|
||||
# 版本
|
||||
"edition": meta.edition,
|
||||
# 分辨率
|
||||
|
Loading…
x
Reference in New Issue
Block a user