This commit is contained in:
jxxghp 2024-01-03 12:42:47 +08:00
parent 0095e0f4dd
commit 4fe755332d

View File

@ -16,6 +16,8 @@ from app.utils.singleton import Singleton
class Plex(metaclass=Singleton):
_plex = None
def __init__(self):
self._host = settings.PLEX_HOST
if self._host: