Added the option to set a CP quality #38

This commit is contained in:
tidusjar 2016-03-19 00:16:44 +00:00
parent 4136116555
commit e34170f55a
9 changed files with 166 additions and 9 deletions

View file

@ -37,6 +37,7 @@ namespace PlexRequests.Core.SettingModels
public int Port { get; set; }
public string ApiKey { get; set; }
public bool Ssl { get; set; }
public string ProfileId { get; set; }
[JsonIgnore]
public Uri FullUri