更新 plex.py
This commit is contained in:
parent
00447f2475
commit
a6ad58ca33
@ -11,10 +11,9 @@ from app import schemas
|
||||
from app.core.config import settings
|
||||
from app.log import logger
|
||||
from app.schemas import MediaType
|
||||
from app.utils.singleton import Singleton
|
||||
|
||||
|
||||
class Plex(metaclass=Singleton):
|
||||
class Plex:
|
||||
|
||||
_plex = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user