Skip to content

Commit

Permalink
fix(Ombi-app#4344): 🐛 Fixed an issue where we errored on Plex Episode…
Browse files Browse the repository at this point in the history
… Scan

Removed properties that are not used and do not need to be deseralised
  • Loading branch information
tidusjar committed Oct 13, 2021
1 parent 52eda1b commit cd5532f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Ombi.Api.Plex/Models/Mediacontainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ public class Mediacontainer
{
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; }
Expand Down

0 comments on commit cd5532f

Please sign in to comment.