fix
This commit is contained in:
@ -467,6 +467,8 @@ class MediaInfo:
|
||||
"""
|
||||
dicts = asdict(self)
|
||||
dicts["type"] = self.type.value if self.type else None
|
||||
dicts["detail_link"] = self.detail_link
|
||||
dicts["title_year"] = self.title_year
|
||||
return dicts
|
||||
|
||||
|
||||
|
@ -446,4 +446,5 @@ class MetaBase(object):
|
||||
"""
|
||||
dicts = asdict(self)
|
||||
dicts["type"] = self.type.value if self.type else None
|
||||
dicts["season_episode"] = self.season_episode
|
||||
return dicts
|
||||
|
Reference in New Issue
Block a user