mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed #17000
This commit is contained in:
parent
588f314e9c
commit
874d90d894
4 changed files with 24 additions and 4 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue