approve tv shows or movies

separate checkboxes in the settings screen separating out the approval
by tv or movie.
This commit is contained in:
Drewster727 2016-03-25 17:14:26 -05:00
parent faf21fc0ec
commit 673f3416e0
5 changed files with 26 additions and 8 deletions

View file

@ -32,7 +32,8 @@ namespace PlexRequests.Core.SettingModels
public bool SearchForMovies { get; set; }
public bool SearchForTvShows { get; set; }
public bool RequireApproval { get; set; }
public bool RequireMovieApproval { get; set; }
public bool RequireTvShowApproval { get; set; }
public int WeeklyRequestLimit { get; set; }
}
}