Fix photo fields type.

This commit is contained in:
2020-05-30 21:45:44 +01:00
parent 5d79afdfc3
commit 9aa44fb546
9 changed files with 3776 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ namespace Marechai.Areas.Admin.Models
[DisplayName("Exif version")]
public string ExifVersion { get; set; }
[DisplayName("Exposure time")]
public string Exposure { get; set; }
public double? Exposure { get; set; }
[DisplayName("Exposure mode")]
public ExposureMode? ExposureMethod { get; set; }
[DisplayName("Exposure Program")]