Fix for bitmetv

This commit is contained in:
zone117x
2015-04-21 12:17:59 -06:00
parent 27ff36a3cc
commit 75f823f671
3 changed files with 9 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ namespace Jackett
WebApi webApi;
SonarrApi sonarrApi;
public Server()
{
LoadApiKey();
@@ -83,7 +84,9 @@ namespace Jackett
try
{
#if !DEBUG
Process.Start("http://127.0.0.1:" + Port);
#endif
}
catch (Exception) { }