mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
fix year type
This commit is contained in:
@@ -16,9 +16,9 @@ class Statistic(BaseModel):
|
||||
|
||||
class Storage(BaseModel):
|
||||
# 总存储空间
|
||||
total_storage: Optional[float] = 0
|
||||
total_storage: Optional[float] = 0.0
|
||||
# 已使用空间
|
||||
used_storage: Optional[float] = 0
|
||||
used_storage: Optional[float] = 0.0
|
||||
|
||||
|
||||
class ProcessInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user