mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-07 00:16:49 +00:00
Don't list drives that aren't available.
This commit is contained in:
@@ -380,6 +380,7 @@ namespace NzbDrone.Common.Disk
|
||||
{
|
||||
return DriveInfo.GetDrives()
|
||||
.Where(d => d.DriveType == DriveType.Fixed || d.DriveType == DriveType.Network)
|
||||
.Where(d => d.IsReady)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user