fix message

This commit is contained in:
jxxghp
2024-03-16 16:29:14 +08:00
parent 9acf05f334
commit 20eb0b4635
4 changed files with 11 additions and 6 deletions

View File

@ -615,6 +615,7 @@ class MediaInfo:
"""
返回字典
"""
self.clear()
dicts = asdict(self)
dicts["type"] = self.type.value if self.type else None
dicts["detail_link"] = self.detail_link