From 80307a15400203dad5e6858340197ce080d6a735 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Thu, 21 Nov 2024 20:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20alist.py=20?= =?UTF-8?q?=E6=8C=82=E8=BD=BD=E8=B7=AF=E5=BE=84=E5=8F=98=E9=87=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media_servers/alist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_servers/alist.py b/media_servers/alist.py index f384dba..1d18181 100644 --- a/media_servers/alist.py +++ b/media_servers/alist.py @@ -117,7 +117,7 @@ class Alist: return data.get("data") elif "object not found" in data.get("message", ""): # 如果是根目录就不再往上查找 - if path == "/" or path == self.quark_root_path: + if path == "/" or path == self.storage_mount_path: print(f"📁 Alist刷新:根目录不存在,请检查 Alist 配置") return False # 获取父目录