Fixed ##1492 and finished the episode searcher for #1464

This commit is contained in:
Jamie.Rees 2017-08-24 08:43:50 +01:00
parent d7f0f61ece
commit 9ed6fd09a4
5 changed files with 38 additions and 37 deletions

View file

@ -5,6 +5,7 @@ namespace Ombi.Api.Plex.Models
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; }