add 事件广播

This commit is contained in:
jxxghp
2023-06-16 07:11:14 +08:00
parent ed14485092
commit 6a5e117f0b
49 changed files with 70 additions and 49 deletions

View File

@ -6,7 +6,7 @@ from app.log import logger
from app.modules import _ModuleBase
from app.modules.emby.emby import Emby
from app.schemas.context import ExistMediaInfo, RefreshMediaItem
from app.utils.types import MediaType
from app.schemas.types import MediaType
class EmbyModule(_ModuleBase):

View File

@ -9,7 +9,7 @@ from app.schemas.context import RefreshMediaItem
from app.utils.http import RequestUtils
from app.utils.singleton import Singleton
from app.utils.string import StringUtils
from app.utils.types import MediaType
from app.schemas.types import MediaType
class Emby(metaclass=Singleton):