diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 5c04d05c..cd3458c7 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -172,7 +172,8 @@ _get_mounts(const httplib::Request &req_, { if((not type.empty()) and (mount.type != type)) continue; - + if(mount.type != "fuse.mergerfs") + continue; j.push_back(mount.dir); }