Finished the notes! Resolved #7

This commit is contained in:
Jamie Rees 2016-03-15 19:14:27 +00:00
commit a2f44cf8d2
10 changed files with 40 additions and 28 deletions

View file

@ -37,12 +37,15 @@ namespace PlexRequests.Api.Models.Sonarr
public string startupPath { get; set; }
public string appData { get; set; }
public string osVersion { get; set; }
public bool isMonoRuntime { get; set; }
public bool isMono { get; set; }
public bool isLinux { get; set; }
public bool isOsx { get; set; }
public bool isWindows { get; set; }
public string branch { get; set; }
public bool authentication { get; set; }
public int startOfWeek { get; set; }
public string authentication { get; set; }
public string sqliteVersion { get; set; }
public string urlBase { get; set; }
public string runtimeVersion { get; set; }
}
}