mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat: transType API
- 针对查询可用整理方式的API
This commit is contained in:
@@ -41,3 +41,8 @@ class StorageUsage(BaseModel):
|
||||
total: float = 0.0
|
||||
# 剩余空间
|
||||
available: float = 0.0
|
||||
|
||||
|
||||
class StorageTransType(BaseModel):
|
||||
# 传输类型
|
||||
transtype: Optional[dict] = {}
|
||||
|
||||
Reference in New Issue
Block a user