From 9d14fc47feb0e48eb23006dae32ebb2af8342516 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20jellyfin.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/jellyfin/jellyfin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/modules/jellyfin/jellyfin.py b/app/modules/jellyfin/jellyfin.py index a1b1773e..ab0e8f4b 100644 --- a/app/modules/jellyfin/jellyfin.py +++ b/app/modules/jellyfin/jellyfin.py @@ -8,10 +8,9 @@ from app.core.config import settings from app.log import logger from app.schemas import MediaType from app.utils.http import RequestUtils -from app.utils.singleton import Singleton -class Jellyfin(metaclass=Singleton): +class Jellyfin: def __init__(self): self._host = settings.JELLYFIN_HOST