更新 plex.py

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

View File

@ -11,10 +11,9 @@ from app import schemas
from app.core.config import settings from app.core.config import settings
from app.log import logger from app.log import logger
from app.schemas import MediaType from app.schemas import MediaType
from app.utils.singleton import Singleton
class Plex(metaclass=Singleton): class Plex:
_plex = None _plex = None