Skip to content

Commit

Permalink
Merge pull request #42 from vigitri/fix_handle_unknown_orientation
Browse files Browse the repository at this point in the history
Add Unknown value to orientation enum for images response
  • Loading branch information
mapitman authored Oct 6, 2022
2 parents 178c5c9 + a812aef commit 5e84c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GettyImages.Api/Models/OrientationImagesResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum OrientationImagesResponse
PanoramicHorizontal = 2,
PanoramicVertical = 4,
Square = 8,
Vertical = 16
Vertical = 16,
Unknown = 32
}
}

0 comments on commit 5e84c3c

Please sign in to comment.