From d8b33f496fd9df2d47cd4368421991e161dea214 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Jan 2026 23:44:13 -0600 Subject: [PATCH] mergerfs_webui.cpp --- src/mergerfs_webui.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index cd3458c7..11a570d9 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -170,11 +170,11 @@ _get_mounts(const httplib::Request &req_, j = json::array(); for(const auto &mount : mounts) { - if((not type.empty()) and (mount.type != type)) - continue; - if(mount.type != "fuse.mergerfs") - continue; - j.push_back(mount.dir); + // if((not type.empty()) and (mount.type != type)) + // continue; + // if(mount.type != "fuse.mergerfs") + // continue; + j.push_back(mount.type); } res_.set_content(j.dump(),