Additional movie information

This commit is contained in:
Jamie.Rees 2017-01-26 16:30:40 +00:00
commit 16c94f2414
7 changed files with 316 additions and 14 deletions

View file

@ -47,5 +47,8 @@ namespace Ombi.UI.Models
public double VoteAverage { get; set; }
public int VoteCount { get; set; }
public bool AlreadyInCp { get; set; }
public string Trailer { get; set; }
public string Homepage { get; set; }
public string ImdbId { get; set; }
}
}