1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Correctly detect mounts in FreeBSD jails

[common]
This commit is contained in:
ta264 2021-10-26 21:32:38 +01:00
parent ea8a5dc25e
commit 67b1fd9bc5

View File

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