mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 03:27:31 +08:00
fix TMDB没年份时使用种子中的年份
This commit is contained in:
@@ -509,7 +509,7 @@ class FileTransferModule(_ModuleBase):
|
|||||||
# 识别名称
|
# 识别名称
|
||||||
"name": meta.name,
|
"name": meta.name,
|
||||||
# 年份
|
# 年份
|
||||||
"year": mediainfo.year,
|
"year": mediainfo.year or meta.year,
|
||||||
# 版本
|
# 版本
|
||||||
"edition": meta.edition,
|
"edition": meta.edition,
|
||||||
# 分辨率
|
# 分辨率
|
||||||
|
|||||||
Reference in New Issue
Block a user