This commit is contained in:
2020-06-29 19:26:50 +00:00
parent 69f17a7eb0
commit 15759bef90
10 changed files with 40 additions and 21 deletions

View File

@@ -35,5 +35,8 @@ namespace AyaNova.Models
[Required]
public bool Exists { get; set; }//was on disk last sync check
[Required]
public long Size { get; set; }
}
}