Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
8fba2c9d27
  1. 3
      src/mergerfs_webui.cpp

3
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);
}

Loading…
Cancel
Save