1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

Merge branch 'master' of git://github.com/kayone/NzbDrone

This commit is contained in:
Mark McDowall
2011-03-30 16:03:37 -07:00
465 changed files with 38909 additions and 31517 deletions

View File

@@ -88,7 +88,7 @@ namespace NzbDrone
{
proc = dbg.GetProcesses(trans, "").Item(_processName) as EnvDTE80.Process2;
}
catch (Exception ex)
catch (Exception)
{
return AttachResult.NotRunning;