#84 provide an option in settings to resttrict users from viewing requests other than their own.

This commit is contained in:
Drewster727 2016-03-27 22:39:59 -05:00
parent fff267db37
commit f5ecb63071
3 changed files with 36 additions and 9 deletions

View file

@ -38,6 +38,7 @@ namespace PlexRequests.Core.SettingModels
public bool SearchForTvShows { get; set; }
public bool RequireMovieApproval { get; set; }
public bool RequireTvShowApproval { get; set; }
public bool UsersCanViewOnlyOwnRequests { get; set; }
public int WeeklyRequestLimit { get; set; }
public string NoApprovalUsers { get; set; }