mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
This commit is contained in:
parent
2c286f7b60
commit
1509e737c2
@ -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 New Issue
Block a user