mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix:只有媒体文件整完成才触发事件,以保持与历史一致
This commit is contained in:
@@ -38,8 +38,10 @@ class EventType(Enum):
|
||||
SiteUpdated = "site.updated"
|
||||
# 站点已刷新
|
||||
SiteRefreshed = "site.refreshed"
|
||||
# 转移完成
|
||||
# 整理完成
|
||||
TransferComplete = "transfer.complete"
|
||||
# 整理失败
|
||||
TransferFailed = "transfer.failed"
|
||||
# 下载已添加
|
||||
DownloadAdded = "download.added"
|
||||
# 删除历史记录
|
||||
|
||||
Reference in New Issue
Block a user