feat:源文件删除时删除下载任务 fix #1391
This commit is contained in:
@ -96,7 +96,8 @@ def delete_transfer_history(history_in: schemas.TransferHistory,
|
||||
eventmanager.send_event(
|
||||
EventType.DownloadFileDeleted,
|
||||
{
|
||||
"src": history.src
|
||||
"src": history.src,
|
||||
"hash": history.download_hash
|
||||
}
|
||||
)
|
||||
# 删除记录
|
||||
|
Reference in New Issue
Block a user