mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed #2056
This commit is contained in:
parent
29f938ec56
commit
1024dd5843
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Ombi.Api.Plex.Models
|
||||||
public int leafCount { get; set; }
|
public int leafCount { get; set; }
|
||||||
public int viewedLeafCount { get; set; }
|
public int viewedLeafCount { get; set; }
|
||||||
public int childCount { get; set; }
|
public int childCount { get; set; }
|
||||||
public int addedAt { get; set; }
|
public long addedAt { get; set; }
|
||||||
public int updatedAt { get; set; }
|
public int updatedAt { get; set; }
|
||||||
public Genre[] Genre { get; set; }
|
public Genre[] Genre { get; set; }
|
||||||
//public Role[] Role { get; set; }
|
//public Role[] Role { get; set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue