Skip to content

Commit 67b6553

Browse files
committed
Fix active original focus point
1 parent 154d013 commit 67b6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bynder/Sdk/Model/Media.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Media
3030
/// by an x,y coordinate.
3131
/// </summary>
3232
[JsonProperty("activeOriginalFocusPoint")]
33-
public IDictionary<string, int> ActiveOriginalFocusPoint { get; set; }
33+
public IDictionary<string, decimal> ActiveOriginalFocusPoint { get; set; }
3434

3535
/// <summary>
3636
/// Number of times the media has been downloaded

0 commit comments

Comments
 (0)