add rawsize into download file dto, surely nothing will go wrong
This commit is contained in:
@@ -11,4 +11,5 @@ public record DownloadFileDto : ITransferFileDto
|
|||||||
public long Size { get; set; } = 0;
|
public long Size { get; set; } = 0;
|
||||||
public bool IsForbidden { get; set; } = false;
|
public bool IsForbidden { get; set; } = false;
|
||||||
public string ForbiddenBy { get; set; } = string.Empty;
|
public string ForbiddenBy { get; set; } = string.Empty;
|
||||||
|
public long RawSize { get; set; } = 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user