mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix photo fields type.
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user