fix themoviedb季不显示
This commit is contained in:
@ -615,11 +615,12 @@ class MediaInfo:
|
||||
"""
|
||||
返回字典
|
||||
"""
|
||||
self.clear()
|
||||
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
|
||||
dicts["tmdb_info"] = None
|
||||
dicts["douban_info"] = None
|
||||
return dicts
|
||||
|
||||
def clear(self):
|
||||
|
Reference in New Issue
Block a user