Skip to content

Commit

Permalink
Fixed #2056
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 9, 2018
1 parent 3568eba commit b777ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi.Api.Plex/Models/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Metadata
public int leafCount { get; set; }
public int viewedLeafCount { get; set; }
public int childCount { get; set; }
public int addedAt { get; set; }
public long addedAt { get; set; }
public int updatedAt { get; set; }
public Genre[] Genre { get; set; }
//public Role[] Role { get; set; }
Expand Down

0 comments on commit b777ead

Please sign in to comment.