mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
More layout changes for Download Settings to get validation looking better.
This commit is contained in:
parent
6e66a7a27f
commit
3a9f053a17
3 changed files with 72 additions and 44 deletions
|
@ -284,8 +284,9 @@ namespace NzbDrone.Web.Controllers
|
|||
}
|
||||
}
|
||||
|
||||
//ViewData["viewName"] = "Downloads";
|
||||
//return View("Index", data);
|
||||
if (Request.IsAjaxRequest())
|
||||
return Content("Error Saving Settings, please fix any errors");
|
||||
|
||||
return Content("Error Saving Settings, please fix any errors");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue