From da92f04d3ffc5648f58d82b21fd63afde287fe0d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 6 Feb 2025 22:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/chatgpt/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.v2/chatgpt/__init__.py b/plugins.v2/chatgpt/__init__.py index 83b0b82..bc331e5 100644 --- a/plugins.v2/chatgpt/__init__.py +++ b/plugins.v2/chatgpt/__init__.py @@ -16,7 +16,7 @@ class ChatGPT(_PluginBase): # 插件图标 plugin_icon = "Chatgpt_A.png" # 插件版本 - plugin_version = "2.0.1" + plugin_version = "2.0.2" # 插件作者 plugin_author = "jxxghp" # 作者主页 @@ -250,7 +250,7 @@ class ChatGPT(_PluginBase): if response: event.event_data = { 'title': title, - 'name': response.get("title"), + 'name': response.get("name"), 'year': response.get("year"), 'season': response.get("season"), 'episode': response.get("episode")