From ada5e1cca5191e595397e609b4f131face626371 Mon Sep 17 00:00:00 2001 From: sowevo Date: Thu, 21 Sep 2023 10:01:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20plex=E6=9B=B4=E7=B2=BE=E5=87=86?= =?UTF-8?q?=E7=9A=84=E5=AA=92=E4=BD=93=E5=BA=93=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/plex/plex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index e656040c..17fad119 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -278,7 +278,7 @@ class Plex(metaclass=Singleton): if hasattr(lib, "locations") and lib.locations: for location in lib.locations: if is_subpath(path, Path(location)): - return lib.key, location + return lib.key, str(path) except Exception as err: logger.error(f"查找媒体库出错:{err}") return "", ""