mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix ChineseSubFinder插件开启后再处理消息
This commit is contained in:
@@ -187,7 +187,7 @@ class ChineseSubFinder(_PluginBase):
|
|||||||
"""
|
"""
|
||||||
调用ChineseSubFinder下载字幕
|
调用ChineseSubFinder下载字幕
|
||||||
"""
|
"""
|
||||||
if not self._host or not self._api_key:
|
if not self._enabled or not self._host or not self._api_key:
|
||||||
return
|
return
|
||||||
item = event.event_data
|
item = event.event_data
|
||||||
if not item:
|
if not item:
|
||||||
|
|||||||
Reference in New Issue
Block a user