mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Updated SignalR to 0.4.0.1
This commit is contained in:
parent
0b59bd1312
commit
d27f14d7aa
8 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue