fix(#4344): 🐛 Fixed an issue where we errored on Plex Episode Scan

Removed properties that are not used and do not need to be deseralised
This commit is contained in:
tidusjar 2021-10-13 20:42:47 +01:00
commit cd5532fa8f

View file

@ -6,10 +6,6 @@ namespace Ombi.Api.Plex.Models
{
public int size { get; set; }
public int totalSize { get; set; }
public bool allowSync { get; set; }
public string identifier { get; set; }
public string mediaTagPrefix { get; set; }
public int mediaTagVersion { get; set; }
public string title1 { get; set; }
public List<Directory> Directory { get; set; }
public string art { get; set; }