mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Allow Sonarr and Radarr to run together.
Also changes default port of Radarr to 7878. However, now multiple instances of Radarr can also be run. This should be fixed in the future.
This commit is contained in:
@@ -159,7 +159,7 @@ namespace NzbDrone.Integration.Test
|
||||
protected void ConnectSignalR()
|
||||
{
|
||||
_signalRReceived = new List<SignalRMessage>();
|
||||
_signalrConnection = new Connection("http://localhost:8989/signalr");
|
||||
_signalrConnection = new Connection("http://localhost:7878/signalr");
|
||||
_signalrConnection.Start(new LongPollingTransport()).ContinueWith(task =>
|
||||
{
|
||||
if (task.IsFaulted)
|
||||
|
Reference in New Issue
Block a user