mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Messaging to handle signalR disconnection and reconnection added
This commit is contained in:
@@ -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
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user