mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor:减少一次接口查询
This commit is contained in:
@@ -170,6 +170,8 @@ class MediaInfo(BaseModel):
|
||||
runtime: Optional[int] = None
|
||||
# 下一集
|
||||
next_episode_to_air: Optional[dict] = Field(default_factory=dict)
|
||||
# 剧集组
|
||||
episode_groups: Optional[list] = Field(default_factory=list)
|
||||
|
||||
|
||||
class TorrentInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user