mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 plex.py
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user