mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Updated SignalR to 0.4.0.1
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
global: false,
|
||||
type: "POST",
|
||||
data: {},
|
||||
dataType: "json",
|
||||
error: function (error) {
|
||||
$(connection).trigger(events.onError, [error]);
|
||||
promise.reject("SignalR: Error during negotiation request: " + error);
|
||||
@@ -282,7 +283,7 @@
|
||||
delete connection.groups;
|
||||
|
||||
// Trigger the disconnect event
|
||||
$connection.trigger(events.onDisconnect);
|
||||
$(connection).trigger(events.onDisconnect);
|
||||
|
||||
return connection;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user