mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Make Release build compile succesfully
This commit is contained in:
parent
474f17c5e6
commit
97c6d60e12
3 changed files with 6 additions and 6 deletions
|
@ -31,12 +31,9 @@ namespace NzbDrone
|
|||
IISController.StopServer();
|
||||
IISController.StartServer();
|
||||
|
||||
|
||||
|
||||
#if DEBUG
|
||||
Attach();
|
||||
#endif
|
||||
|
||||
try
|
||||
{
|
||||
Logger.Info("Starting default browser. {0}",IISController.AppUrl);
|
||||
|
@ -60,6 +57,7 @@ namespace NzbDrone
|
|||
Console.ReadLine();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
private static void Attach()
|
||||
{
|
||||
if (Debugger.IsAttached)
|
||||
|
@ -91,7 +89,7 @@ namespace NzbDrone
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
private static void AppDomainException(object excepion)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue