更新 emby.py

This commit is contained in:
jxxghp 2024-02-15 21:48:11 +08:00 committed by GitHub
parent 9d14fc47fe
commit 00447f2475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ from app.core.config import settings
from app.log import logger from app.log import logger
from app.schemas.types import MediaType from app.schemas.types import MediaType
from app.utils.http import RequestUtils from app.utils.http import RequestUtils
from app.utils.singleton import Singleton
class Emby: class Emby: