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()