Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smintrh78 committed Mar 21, 2022
2 parents ea3b1df + a7d007d commit 1323c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bynder/Sdk/Model/Media.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Media
/// by an x,y coordinate.
/// </summary>
[JsonProperty("activeOriginalFocusPoint")]
public IDictionary<string, int> ActiveOriginalFocusPoint { get; set; }
public IDictionary<string, decimal> ActiveOriginalFocusPoint { get; set; }

/// <summary>
/// Number of times the media has been downloaded
Expand Down

0 comments on commit 1323c1f

Please sign in to comment.