mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
#84 provide an option in settings to resttrict users from viewing requests other than their own.
This commit is contained in:
parent
fff267db37
commit
f5ecb63071
3 changed files with 36 additions and 9 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue