[CHANGE] Preparing library service
This commit is contained in:
11
Manager.App/Models/Library/LibraryInformation.cs
Normal file
11
Manager.App/Models/Library/LibraryInformation.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Manager.App.Models.Library;
|
||||
|
||||
public record LibraryInformation
|
||||
{
|
||||
public DateTime CreatedAtUtc { get; set; }
|
||||
public DateTime LastModifiedUtc { get; set; }
|
||||
public string LibraryPath { get; set; } = "";
|
||||
public long TotalMedia { get; set; }
|
||||
public long TotalChannels { get; set; }
|
||||
public long TotalSizeBytes { get; set; }
|
||||
}
|
Reference in New Issue
Block a user