mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-22 16:50:50 +08:00
Merge pull request #2456 from AisukaYuki/main
This commit is contained in:
@@ -690,6 +690,8 @@ class FileTransferModule(_ModuleBase):
|
||||
"doubanid": mediainfo.douban_id,
|
||||
# 季号
|
||||
"season": meta.season_seq,
|
||||
# 季年份根据season值获取
|
||||
"season_year": mediainfo.season_years.get(int(meta.season_seq), None),
|
||||
# 集号
|
||||
"episode": meta.episode_seqs,
|
||||
# 季集 SxxExx
|
||||
|
||||
Reference in New Issue
Block a user