mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-27 10:44:59 +01:00
New: Detect mergerfs mounts
This commit is contained in:
parent
12cc2ef95a
commit
6f588d23fd
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ public static class FindDriveType
|
|||
{
|
||||
{ "afpfs", DriveType.Network },
|
||||
{ "apfs", DriveType.Fixed },
|
||||
{ "fuse.mergerfs", DriveType.Fixed },
|
||||
{ "zfs", DriveType.Fixed }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue