This commit is contained in:
Jamie.Rees 2016-11-28 08:26:12 +00:00
parent 30a59c8a8b
commit 21f3131cb4
14 changed files with 58 additions and 167 deletions

View file

@ -35,6 +35,8 @@ namespace PlexRequests.Core.SettingModels
public bool AutoApproveTvShows { get; set; }
public bool AutoApproveMusic { get; set; }
public bool ReportIssues { get; set; }
public bool UsersCanViewOnlyOwnRequests { get; set; }
public bool UsersCanViewOnlyOwnIssues { get; set; }
// Features
public bool RecentlyAddedNotification { get; set; }