fix typing

This commit is contained in:
jxxghp
2023-06-06 10:31:30 +08:00
parent 774af91e3a
commit cc91177b92
10 changed files with 74 additions and 31 deletions

View File

@ -7,6 +7,11 @@ class MediaType(Enum):
UNKNOWN = '未知'
class TorrentStatus(Enum):
COMPLETE = "已完成"
DOWNLOADING = "下载中"
# 可监听事件
class EventType(Enum):
# 插件重载