mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
This commit is contained in:
parent
792127bebd
commit
e4d5e17cf0
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue