From c9149d1761e0db0eb093258035868fa5e4fd3914 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Wed, 1 Apr 2026 23:08:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(system):=20=E8=A1=A5=E5=85=85=20fuse=20?= =?UTF-8?q?=E6=8C=82=E8=BD=BD=E5=85=B3=E9=94=AE=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/jxxghp/MoviePilot/issues/5624 --- app/utils/system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/system.py b/app/utils/system.py index 98a1f553..fd9edb21 100644 --- a/app/utils/system.py +++ b/app/utils/system.py @@ -583,6 +583,7 @@ class SystemUtils: local_fs = [ "fuse.shfs", # Unraid "zfuse.zfsv", # 极空间(zfuse.zfsv2、zfuse.zfsv3、...) + "fuseblk", # TBD ] if any(fs in output for fs in local_fs):