mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Upgraded to MVC3, Hello Razor.
This commit is contained in:
parent
06b358e20f
commit
ff75d0c555
431 changed files with 10354 additions and 19744 deletions
|
@ -88,7 +88,7 @@ namespace NzbDrone
|
|||
{
|
||||
proc = dbg.GetProcesses(trans, "").Item(_processName) as EnvDTE80.Process2;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
return AttachResult.NotRunning;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue