From f1355f3400375748d8a47370a31c6cb0ba31ee42 Mon Sep 17 00:00:00 2001 From: raymond531 Date: Sat, 14 Mar 2026 18:47:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/tvfirstwatch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/tvfirstwatch/__init__.py b/plugins.v2/tvfirstwatch/__init__.py index 9086ac0..8385db7 100644 --- a/plugins.v2/tvfirstwatch/__init__.py +++ b/plugins.v2/tvfirstwatch/__init__.py @@ -19,7 +19,7 @@ from app.core.context import Context, MediaInfo, TorrentInfo from app.core.metainfo import MetaInfo from app.log import logger from app.plugins import _PluginBase -from app.helper.event import eventmanager +from app.core.event import eventmanager from app.schemas.types import MediaType, EventType lock = Lock()