1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 23:13:10 +00: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
parent 2c286f7b60
commit 1509e737c2

View file

@ -11,6 +11,7 @@ namespace NzbDrone.Mono.Disk
{ "afpfs", DriveType.Network },
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "zfs", DriveType.Fixed }
};