mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Mass edit is now Series Editor.
Renamed Opps to Oops. Fixed broken SeriesEditor.
This commit is contained in:
parent
eddafaca93
commit
0ff60bde92
15 changed files with 225 additions and 224 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Web.Filters
|
|||
|
||||
public void OnException(ExceptionContext filterContext)
|
||||
{
|
||||
filterContext.Result = JsonNotificationResult.Opps(filterContext.Exception.Message);
|
||||
filterContext.Result = JsonNotificationResult.Oops(filterContext.Exception.Message);
|
||||
filterContext.ExceptionHandled = true;
|
||||
logger.FatalException(filterContext.RequestContext.HttpContext.Request.RawUrl, filterContext.Exception);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue