mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
Fixed #1042
This commit is contained in:
parent
643676e7ea
commit
4d3e76856b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ namespace Ombi.UI.Modules.Admin
|
||||||
var cp = await CpSettings.GetSettingsAsync();
|
var cp = await CpSettings.GetSettingsAsync();
|
||||||
if (cp.Enabled)
|
if (cp.Enabled)
|
||||||
{
|
{
|
||||||
return Response.AsJson(new JsonResponseModel { Result = false, Message = "CouchPotato is enabled, we cannot enable Watcher and CouchPotato" });
|
return Response.AsJson(new JsonResponseModel { Result = false, Message = "CouchPotato is enabled, we cannot enable Radarr and CouchPotato" });
|
||||||
}
|
}
|
||||||
|
|
||||||
var valid = this.Validate(radarrSettings);
|
var valid = this.Validate(radarrSettings);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue