mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat: adapt to Pydantic V2
This commit is contained in:
@@ -24,7 +24,7 @@ class Subscribe(BaseModel):
|
||||
# 背景图
|
||||
backdrop: Optional[str] = None
|
||||
# 评分
|
||||
vote: Optional[int] = 0
|
||||
vote: Optional[float] = 0
|
||||
# 描述
|
||||
description: Optional[str] = None
|
||||
# 过滤规则
|
||||
|
||||
Reference in New Issue
Block a user