mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed all warnings
This commit is contained in:
parent
a853f80f9e
commit
8b484601f6
8 changed files with 33 additions and 13 deletions
|
@ -50,7 +50,7 @@ namespace NzbDrone.Web.Controllers
|
|||
return new SelectList(dirs, dirs.FirstOrDefault());
|
||||
}
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch
|
||||
{
|
||||
//Swallow the exceptions so proper JSON is returned to the client (Empty results)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue