mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix(brushflow): event_data 增加种子hash字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user