1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-26 15:52:42 +00:00

New: Detect mergerfs mounts

This commit is contained in:
Qstick 2019-06-11 22:40:35 -04:00
parent 12cc2ef95a
commit 6f588d23fd

View file

@ -10,6 +10,7 @@ public static class FindDriveType
{
{ "afpfs", DriveType.Network },
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "zfs", DriveType.Fixed }
};