mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
This commit is contained in:
commit
dc4fd99a86
5 changed files with 26 additions and 8 deletions
|
@ -218,7 +218,7 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
var settings = PrService.GetSettings();
|
||||
Log.Trace(settings.DumpJson());
|
||||
if (!settings.RequireApproval)
|
||||
if (!settings.RequireMovieApproval)
|
||||
{
|
||||
var cpSettings = CpService.GetSettings();
|
||||
|
||||
|
@ -327,7 +327,7 @@ namespace PlexRequests.UI.Modules
|
|||
model.SeasonList = seasonsList.ToArray();
|
||||
|
||||
var settings = PrService.GetSettings();
|
||||
if (!settings.RequireApproval)
|
||||
if (!settings.RequireTvShowApproval)
|
||||
{
|
||||
var sonarrSettings = SonarrService.GetSettings();
|
||||
var sender = new TvSender(SonarrApi, SickrageApi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue