mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
This commit is contained in:
parent
821aa90b14
commit
289113b204
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