This commit is contained in:
tidusjar 2020-11-02 19:02:27 +00:00
commit 96abeb5861
10 changed files with 34 additions and 39 deletions

View file

@ -12,6 +12,7 @@ namespace Ombi.Core.Settings.Models.External
public class EmbyServers : ExternalSettings
{
public string ServerId { get; set; }
public string Name { get; set; }
public string ApiKey { get; set; }
public string AdministratorId { get; set; }