mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
signalr-episodes
This commit is contained in:
@@ -24,7 +24,7 @@ define(
|
||||
}
|
||||
};
|
||||
|
||||
this.signalRconnection = $.connection("/signalr");
|
||||
this.signalRconnection = $.connection('/signalr');
|
||||
|
||||
this.signalRconnection.stateChanged(function (change) {
|
||||
console.debug('SignalR: [{0}]'.format(getStatus(change.newState)));
|
||||
@@ -36,7 +36,7 @@ define(
|
||||
'app'
|
||||
], function (app) {
|
||||
app.vent.trigger('server:' + message.name, message.body);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
this.signalRconnection.start({ transport:
|
||||
|
Reference in New Issue
Block a user