1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: Added glusterfs to known network drive filesystems so it shows up in System

This commit is contained in:
Taloth Saldono 2020-06-14 00:58:00 +02:00 committed by ta264
parent 0f6fca8340
commit 71492d4c6f

View File

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