mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
fix year type
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ class SiteUserData(BaseModel):
|
||||
# 下载量
|
||||
download: Optional[int] = 0
|
||||
# 分享率
|
||||
ratio: Optional[float] = 0
|
||||
ratio: Optional[float] = 0.0
|
||||
# 做种数
|
||||
seeding: Optional[int] = 0
|
||||
# 下载数
|
||||
|
||||
Reference in New Issue
Block a user