[CHANGE] ApplicationContext removed and related classes. Added Drive info to library info page.
This commit is contained in:
@@ -8,4 +8,7 @@ public record LibraryInformation
|
||||
public long TotalMedia { get; set; }
|
||||
public long TotalChannels { get; set; }
|
||||
public long TotalSizeBytes { get; set; }
|
||||
public long DriveTotalSpaceBytes { get; set; }
|
||||
public long DriveFreeSpaceBytes { get; set; }
|
||||
public long DriveUsedSpaceBytes { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user