Fix type for photo focal length equivalent.

This commit is contained in:
2020-05-30 07:34:54 +01:00
parent 8ce6361b26
commit a8e6ad204c
6 changed files with 3684 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace Marechai.Database.Models
[DisplayName("Lens focal length")]
public double? FocalLength { get; set; }
[DisplayName("Focal length in 35 mm film")]
public ushort? FocalLengthEquivalent { get; set; }
public double? FocalLengthEquivalent { get; set; }
[DisplayName("Horizontal resolution")]
public double? HorizontalResolution { get; set; }
[DisplayName("ISO speed rating")]