Small fixes

This commit is contained in:
tidusjar 2021-03-15 22:13:44 +00:00
commit 59106dca0f
8 changed files with 27 additions and 18 deletions

View file

@ -73,6 +73,7 @@ namespace Ombi.Core.Models.Search.V2
public class CastViewModel
{
public int Id { get; set; }
public string Person { get; set; }
public string Character { get; set; }
public string Image { get; set; }