Got the search finished up for #32

This commit is contained in:
tidusjar 2016-04-01 23:05:17 +01:00
commit e037ad0f2b
8 changed files with 118 additions and 18 deletions

View file

@ -36,7 +36,7 @@ namespace PlexRequests.Core.SettingModels
public bool Enabled { get; set; }
public string Ip { get; set; }
public int Port { get; set; }
public int ApiKey { get; set; }
public string ApiKey { get; set; }
public bool Ssl { get; set; }
public string SubDir { get; set; }