fix(brushflow): event_data 增加种子hash字段

This commit is contained in:
InfinityPacer
2024-07-28 05:10:20 +08:00
parent c4b9221ffd
commit 42336827ec

View File

@@ -2105,6 +2105,7 @@ class BrushFlow(_PluginBase):
self.eventmanager.send_event(etype=EventType.PluginAction, data={
"action": "brushflow_download_added",
"hash": hash_string,
"data": torrent_task
})
torrent_tasks[hash_string] = torrent_task