mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: NzbDrone service to automatically report errors and episode parse issues.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user