This commit is contained in:
Jamie 2017-11-09 14:22:22 +00:00
commit 874d90d894
4 changed files with 24 additions and 4 deletions

View file

@ -35,6 +35,7 @@ namespace Ombi.Store.Entities
public class EmbyContent : Entity
{
public string Title { get; set; }
public string ProviderId { get; set; }
public string EmbyId { get; set; }
public EmbyMediaType Type { get; set; }