mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Free space will show shared drives and show drive label
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.DiskSpace
|
||||
{
|
||||
public class DiskSpace
|
||||
{
|
||||
public String Path { get; set; }
|
||||
public String Label { get; set; }
|
||||
public long FreeSpace { get; set; }
|
||||
public long TotalSpace { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user