This commit is contained in:
jxxghp
2023-07-29 16:19:35 +08:00
parent 891eaf2c12
commit cec6dedefe
3 changed files with 9 additions and 4 deletions

View File

@ -503,6 +503,8 @@ class MediaInfo:
dicts["type"] = self.type.value if self.type else None
dicts["detail_link"] = self.detail_link
dicts["title_year"] = self.title_year
dicts["season_info"] = [info.to_dict() for info in self.season_info]
dicts["tmdb_info"] = self.tmdb_info.to_dict()
return dicts