Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
9be006d157
  1. 3
      src/mergerfs_webui.cpp

3
src/mergerfs_webui.cpp

@ -172,8 +172,7 @@ _get_mounts(const httplib::Request &req_,
{ {
if((not type.empty()) and (mount.type != type)) if((not type.empty()) and (mount.type != type))
continue; continue;
// if(mount.type != "fuse.mergerfs")
// continue;
j.push_back(mount.dir); j.push_back(mount.dir);
} }

Loading…
Cancel
Save