Merge remote-tracking branch 'kawa/main'
This commit is contained in:
@@ -12,5 +12,6 @@ public class StorageNode
|
||||
public long TotalFileCount { get; set; }
|
||||
public DateTime? LastModified { get; set; }
|
||||
public int IndentLevel { get; set; }
|
||||
public StorageNodeKind Kind { get; set; } = StorageNodeKind.Library;
|
||||
public List<StorageNode> Children { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user