mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
New: NzbDrone service to automatically report errors and episode parse issues.
This commit is contained in:
parent
ea86ce2fcb
commit
174f765ec9
140 changed files with 10774 additions and 1694 deletions
|
@ -49,7 +49,7 @@ namespace NzbDrone.Web.Controllers
|
|||
dirs = _diskProvider.GetDirectories(term.Substring(0, index + 1));
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
return Json(new List<string>(), JsonRequestBehavior.AllowGet);
|
||||
//Swallow the exceptions so proper JSON is returned to the client (Empty results)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue