mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Many UI Updates and Performance Tweaks
This commit is contained in:
@@ -94,7 +94,9 @@ class SignalRConnector extends Component {
|
||||
componentDidMount() {
|
||||
console.log('Starting signalR');
|
||||
|
||||
this.signalRconnection = $.connection('/signalr', { apiKey: window.Radarr.apiKey });
|
||||
const url = `${window.Radarr.urlBase}/signalr`;
|
||||
|
||||
this.signalRconnection = $.connection(url, { apiKey: window.Radarr.apiKey });
|
||||
|
||||
this.signalRconnection.stateChanged(this.onStateChanged);
|
||||
this.signalRconnection.received(this.onReceived);
|
||||
|
Reference in New Issue
Block a user