Merge branch 'dev' of https://github.com/tidusjar/Ombi into dev

This commit is contained in:
dhruvb14 2017-02-02 00:01:51 -05:00
commit 2465124b4c
13 changed files with 113 additions and 22 deletions

View file

@ -156,7 +156,7 @@ namespace Ombi.UI.Modules.Admin
var cp = await CpSettings.GetSettingsAsync();
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);