mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Messaging to handle signalR disconnection and reconnection added
This commit is contained in:
parent
1a33896e05
commit
53a7ed94e1
3 changed files with 52 additions and 4 deletions
|
@ -23,12 +23,13 @@ define(function () {
|
|||
}
|
||||
}
|
||||
|
||||
return window.Messenger().post({
|
||||
return window.Messenger().post({
|
||||
message : options.message,
|
||||
type : options.type,
|
||||
showCloseButton: true,
|
||||
hideAfter : options.hideAfter,
|
||||
id : options.id
|
||||
id : options.id,
|
||||
actions : options.actions
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue