Skip to content

Commit

Permalink
Fix active original focus point
Browse files Browse the repository at this point in the history
  • Loading branch information
smintrh78 committed Mar 3, 2022
1 parent 154d013 commit 67b6553
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 67b6553

Please sign in to comment.