更新 emby.py

This commit is contained in:
jxxghp 2024-02-15 21:47:01 +08:00 committed by GitHub
parent 603eefb22f
commit 70c459f810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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