mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
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:
parent
52eda1b48c
commit
cd5532fa8f
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue