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
angular-upgrade-proxy
tidusjar 3 years ago
parent 52eda1b48c
commit cd5532fa8f

@ -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; }

Loading…
Cancel
Save