Implimented a theme changer, waiting for the Plex theme

This commit is contained in:
tidusjar 2016-05-24 12:58:01 +01:00
parent 7c41f448a8
commit c41944c933
7 changed files with 7078 additions and 7008 deletions

View file

@ -43,10 +43,13 @@ namespace PlexRequests.Core.SettingModels
public bool UsersCanViewOnlyOwnRequests { get; set; }
public int WeeklyRequestLimit { get; set; }
public string NoApprovalUsers { get; set; }
public string ApiKey {
get;
set;
}
/// <summary>
/// The CSS name of the theme we want
/// </summary>
public string ThemeName { get; set; }
public string ApiKey { get; set; }
[JsonIgnore]
public List<string> ApprovalWhiteList