mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix #3687
This commit is contained in:
+1
-1
@@ -45,4 +45,4 @@ class StorageUsage(BaseModel):
|
||||
|
||||
class StorageTransType(BaseModel):
|
||||
# 传输类型
|
||||
transtype: Optional[str] = None
|
||||
transtype: Optional[dict] = Field(default_factory=dict)
|
||||
|
||||
Reference in New Issue
Block a user