mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Removed all warnings
This commit is contained in:
parent
a853f80f9e
commit
8b484601f6
8 changed files with 33 additions and 13 deletions
|
@ -139,7 +139,7 @@ namespace NzbDrone.Web.Controllers
|
|||
return new JsonResult { Data = "ok" };
|
||||
}
|
||||
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
return new JsonResult { Data = "failed" };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue