mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
add 实时进度API
This commit is contained in:
@@ -49,3 +49,11 @@ class SiteSchema(Enum):
|
||||
TorrentLeech = "TorrentLeech"
|
||||
FileList = "FileList"
|
||||
TNode = "TNode"
|
||||
|
||||
|
||||
# 处理进度Key字典
|
||||
class ProgressKey(Enum):
|
||||
# 搜索
|
||||
Search = "search"
|
||||
# 转移
|
||||
FileTransfer = "filetransfer"
|
||||
|
||||
Reference in New Issue
Block a user