diff --git a/app/modules/emby/emby.py b/app/modules/emby/emby.py index 25d005c9..40dad1ee 100644 --- a/app/modules/emby/emby.py +++ b/app/modules/emby/emby.py @@ -14,7 +14,7 @@ from app.utils.http import RequestUtils from app.utils.singleton import Singleton -class Emby(metaclass=Singleton): +class Emby: def __init__(self): self._host = settings.EMBY_HOST