mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix for bitmetv
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
Reference in New Issue
Block a user