mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:46:31 +00:00
add MediaHash. Step1
This commit is contained in:
@@ -6,8 +6,9 @@ namespace Azaion.Common.DTO;
|
||||
|
||||
public class FormState
|
||||
{
|
||||
public MediaFileInfo? CurrentMedia { get; set; }
|
||||
public string MediaName => CurrentMedia?.FName ?? "";
|
||||
public MediaFile? CurrentMedia { get; set; }
|
||||
public string CurrentMediaHash => CurrentMedia?.Hash ?? "";
|
||||
public string CurrentMediaName => CurrentMedia?.Name ?? "";
|
||||
|
||||
public Size CurrentMediaSize { get; set; }
|
||||
public TimeSpan CurrentVideoLength { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user